#6be26f

Color #6BE26F Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #6BE26F

Tints of Pastel Green #6BE26F

Color information

#6BE26F (or 0x6BE26F) is unknown color: approx Pastel Green. HEX triplet: 6B, E2 and 6F. RGB value is (107,226,111). Sum of RGB (Red+Green+Blue) = 107+226+111=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BE26F is #941D90. Grayscale: #B1B1B1. Windows color (decimal): -9706897 or 7332459. OLE color: 7332459.

HSL color Cylindrical-coordinate representation of color #6BE26F: hue angle of 122.02º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE26F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB107226111-
CMYK0.5300.510.11
HSL122.02º67.23%65.29%-
HSV(B)122.02º52.65%88.63%-
XYZ36.1358.6724.46-
YUV177.3190.5877.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 24.10%
GREEN value IS 226 (88.67% from 255) = 50.90%
BLUE value IS 111 (43.75% from 255) = 25%
R=24.10%
G=50.90%
B=25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1072261110.5300.510.11122.0267.2365.29
Hex6BE26F35033B7a4341
Octal1533421576506313172103101
Binary110101111100010110111111010101100111011111101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6be26f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6be26f; }

 p { color: rgb(107,226,111); }

 H1.HeaderClassName
 {
   color: #6be26f;
 }
 .AnyTagClassName
 {
   color: #6be26f;
 }
</style>
background-color css

<style>
 a { background-color: #6be26f; }

 a { background-color: rgb(107,226,111); }

 div.DivClassName
 {
   background-color: #6be26f;
 }
 .BgClassName
 {
   background-color: #6be26f;
 }
</style>
border-color css

<style>
 span { border-color: #6be26f; }

 span { border-color: rgb(107,226,111); }

 td.TdClassName
 {
   border-color: #6be26f;
 }
 .TagClassName
 {
   border-color: #6be26f;
 }
</style>