#C0DD7F

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

Shades of Sulu #C0DD7F

Tints of Sulu #C0DD7F

Color information

#C0DD7F (or 0xC0DD7F) is unknown color: approx Sulu. HEX triplet: C0, DD and 7F. RGB value is (192,221,127). Sum of RGB (Red+Green+Blue) = 192+221+127=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD7F is #3F2280. Grayscale: #C9C9C9. Windows color (decimal): -4137601 or 8379840. OLE color: 8379840.

HSL color Cylindrical-coordinate representation of color #C0DD7F: hue angle of 78.51º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0DD7F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB192221127-
CMYK0.1300.430.13
HSL78.51º58.02%68.24%-
HSV(B)78.51º42.53%86.67%-
XYZ51.4364.4529.81-
YUV201.6185.89121.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 127 (50% from 255) = 23.52%
R=35.56%
G=40.93%
B=23.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211270.1300.430.1378.5158.0268.24
HexC0DD7FD02BD4f3a44
Octal300335177150531511772104
Binary1100000011011101111111111010101011110110011111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD7F; }

 p { color: rgb(192,221,127); }

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

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

 a { background-color: rgb(192,221,127); }

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

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

 span { border-color: rgb(192,221,127); }

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