#C0DD74

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

Shades of Sulu #C0DD74

Tints of Sulu #C0DD74

Color information

#C0DD74 (or 0xC0DD74) is unknown color: approx Sulu. HEX triplet: C0, DD and 74. RGB value is (192,221,116). Sum of RGB (Red+Green+Blue) = 192+221+116=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD74 is #3F228B. Grayscale: #C8C8C8. Windows color (decimal): -4137612 or 7658944. OLE color: 7658944.

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

Color convert

RGB192221116-
CMYK0.1300.480.13
HSL76.57º60.69%66.08%-
HSV(B)76.57º47.51%86.67%-
XYZ50.7564.1826.24-
YUV200.3680.39122.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=36.29%
G=41.78%
B=21.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211160.1300.480.1376.5760.6966.08
HexC0DD74D030D4d3d42
Octal300335164150601511575102
Binary1100000011011101111010011010110000110110011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD74; }

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

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

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

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

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

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

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

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