#C9FB6B

Color #C9FB6B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C9FB6B

Tints of Sulu #C9FB6B

Color information

#C9FB6B (or 0xC9FB6B) is unknown color: approx Sulu. HEX triplet: C9, FB and 6B. RGB value is (201,251,107). Sum of RGB (Red+Green+Blue) = 201+251+107=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB6B is #360494. Grayscale: #DCDCDC. Windows color (decimal): -3540117 or 7076809. OLE color: 7076809.

HSL color Cylindrical-coordinate representation of color #C9FB6B: hue angle of 80.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9FB6B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB201251107-
CMYK0.2000.570.02
HSL80.83º94.74%70.2%-
HSV(B)80.83º57.37%98.43%-
XYZ61.2482.4726.6-
YUV219.6364.44114.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 251 (98.44% from 255) = 44.90%
BLUE value IS 107 (42.19% from 255) = 19.14%
R=35.96%
G=44.90%
B=19.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012511070.2000.570.0280.8394.7470.2
HexC9FB6B140392515f46
Octal311373153240712121137106
Binary1100100111111011110101110100011100110101000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FB6B; }

 p { color: rgb(201,251,107); }

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

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

 a { background-color: rgb(201,251,107); }

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

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

 span { border-color: rgb(201,251,107); }

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