#C9ED70

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

Shades of Sulu #C9ED70

Tints of Sulu #C9ED70

Color information

#C9ED70 (or 0xC9ED70) is unknown color: approx Sulu. HEX triplet: C9, ED and 70. RGB value is (201,237,112). Sum of RGB (Red+Green+Blue) = 201+237+112=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED70 is #36128F. Grayscale: #D4D4D4. Windows color (decimal): -3543696 or 7400905. OLE color: 7400905.

HSL color Cylindrical-coordinate representation of color #C9ED70: hue angle of 77.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9ED70 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB201237112-
CMYK0.1500.530.07
HSL77.28º77.64%68.43%-
HSV(B)77.28º52.74%92.94%-
XYZ57.374.1626.62-
YUV211.9971.57120.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.55%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=36.55%
G=43.09%
B=20.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012371120.1500.530.0777.2877.6468.43
HexC9ED70F03574d4e44
Octal311355160170657115116104
Binary1100100111101101111000011110110101111100110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ED70; }

 p { color: rgb(201,237,112); }

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

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

 a { background-color: rgb(201,237,112); }

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

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

 span { border-color: rgb(201,237,112); }

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