#6CF08B

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

Shades of Pastel Green #6CF08B

Tints of Pastel Green #6CF08B

Color information

#6CF08B (or 0x6CF08B) is unknown color: approx Pastel Green. HEX triplet: 6C, F0 and 8B. RGB value is (108,240,139). Sum of RGB (Red+Green+Blue) = 108+240+139=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF08B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF08B is #930F74. Grayscale: #BDBDBD. Windows color (decimal): -9637749 or 9171052. OLE color: 9171052.

HSL color Cylindrical-coordinate representation of color #6CF08B: hue angle of 134.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF08B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB108240139-
CMYK0.5500.420.06
HSL134.09º81.48%68.24%-
HSV(B)134.09º55%94.12%-
XYZ4267.3735.22-
YUV189.0299.7770.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.18%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=22.18%
G=49.28%
B=28.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082401390.5500.420.06134.0981.4868.24
Hex6CF08B3702A6865144
Octal154360213670526206121104
Binary1101100111100001000101111011101010101101000011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,240,139); }

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

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

 a { background-color: rgb(108,240,139); }

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

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

 span { border-color: rgb(108,240,139); }

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