#C9FB7F

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

Shades of Sulu #C9FB7F

Tints of Sulu #C9FB7F

Color information

#C9FB7F (or 0xC9FB7F) is unknown color: approx Sulu. HEX triplet: C9, FB and 7F. RGB value is (201,251,127). Sum of RGB (Red+Green+Blue) = 201+251+127=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FB7F is #360480. Grayscale: #DEDEDE. Windows color (decimal): -3540097 or 8387529. OLE color: 8387529.

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

Color convert

RGB201251127-
CMYK0.2000.490.02
HSL84.19º93.94%74.12%-
HSV(B)84.19º49.4%98.43%-
XYZ62.4282.9432.8-
YUV221.9174.44113.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 127 (50% from 255) = 21.93%
R=34.72%
G=43.35%
B=21.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012511270.2000.490.0284.1993.9474.12
HexC9FB7F140312545e4a
Octal311373177240612124136112
Binary1100100111111011111111110100011000110101010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FB7F; }

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

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

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

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

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

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

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

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