#C9DC7F

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

Shades of Sulu #C9DC7F

Tints of Sulu #C9DC7F

Color information

#C9DC7F (or 0xC9DC7F) is unknown color: approx Sulu. HEX triplet: C9, DC and 7F. RGB value is (201,220,127). Sum of RGB (Red+Green+Blue) = 201+220+127=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC7F is #362380. Grayscale: #CCCCCC. Windows color (decimal): -3548033 or 8379593. OLE color: 8379593.

HSL color Cylindrical-coordinate representation of color #C9DC7F: hue angle of 72.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9DC7F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB201220127-
CMYK0.0900.420.14
HSL72.26º57.06%68.04%-
HSV(B)72.26º42.27%86.27%-
XYZ53.5165.1429.83-
YUV203.7284.71126.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 127 (50% from 255) = 23.18%
R=36.68%
G=40.15%
B=23.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012201270.0900.420.1472.2657.0668.04
HexC9DC7F902AE483944
Octal311334177110521611071104
Binary1100100111011100111111110010101010111010010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DC7F; }

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

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

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

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

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

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

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

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