#C0DC74

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

Shades of Sulu #C0DC74

Tints of Sulu #C0DC74

Color information

#C0DC74 (or 0xC0DC74) is unknown color: approx Sulu. HEX triplet: C0, DC and 74. RGB value is (192,220,116). Sum of RGB (Red+Green+Blue) = 192+220+116=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC74 is #3F238B. Grayscale: #C8C8C8. Windows color (decimal): -4137868 or 7658688. OLE color: 7658688.

HSL color Cylindrical-coordinate representation of color #C0DC74: hue angle of 76.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0DC74 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB192220116-
CMYK0.1300.470.14
HSL76.15º59.77%65.88%-
HSV(B)76.15º47.27%86.27%-
XYZ50.4863.6526.15-
YUV199.7780.72122.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 21.97%
R=36.36%
G=41.67%
B=21.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922201160.1300.470.1476.1559.7765.88
HexC0DC74D02FE4c3c42
Octal300334164150571611474102
Binary1100000011011100111010011010101111111010011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DC74; }

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

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

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

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

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

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

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

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