#C9FA8D

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

Shades of Sulu #C9FA8D

Tints of Sulu #C9FA8D

Color information

#C9FA8D (or 0xC9FA8D) is unknown color: approx Sulu. HEX triplet: C9, FA and 8D. RGB value is (201,250,141). Sum of RGB (Red+Green+Blue) = 201+250+141=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FA8D is #360572. Grayscale: #DFDFDF. Windows color (decimal): -3540339 or 9304777. OLE color: 9304777.

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

Color convert

RGB201250141-
CMYK0.2000.440.02
HSL86.97º91.6%76.67%-
HSV(B)86.97º43.6%98.04%-
XYZ63.0882.7137.84-
YUV222.9281.77112.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.95%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=33.95%
G=42.23%
B=23.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012501410.2000.440.0286.9791.676.67
HexC9FA8D1402C2575c4d
Octal311372215240542127134115
Binary11001001111110101000110110100010110010101011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FA8D; }

 p { color: rgb(201,250,141); }

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

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

 a { background-color: rgb(201,250,141); }

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

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

 span { border-color: rgb(201,250,141); }

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