#C0DD6D

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

Shades of Sulu #C0DD6D

Tints of Sulu #C0DD6D

Color information

#C0DD6D (or 0xC0DD6D) is unknown color: approx Sulu. HEX triplet: C0, DD and 6D. RGB value is (192,221,109). Sum of RGB (Red+Green+Blue) = 192+221+109=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD6D is #3F2292. Grayscale: #C7C7C7. Windows color (decimal): -4137619 or 7200192. OLE color: 7200192.

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

Color convert

RGB192221109-
CMYK0.1300.510.13
HSL75.54º62.22%64.71%-
HSV(B)75.54º50.68%86.67%-
XYZ50.3564.0224.17-
YUV199.5676.89122.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.78%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 109 (42.97% from 255) = 20.88%
R=36.78%
G=42.34%
B=20.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211090.1300.510.1375.5462.2264.71
HexC0DD6DD033D4c3e41
Octal300335155150631511476101
Binary1100000011011101110110111010110011110110011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD6D; }

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

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

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

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

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

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

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

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