#C0DD71

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

Shades of Sulu #C0DD71

Tints of Sulu #C0DD71

Color information

#C0DD71 (or 0xC0DD71) is unknown color: approx Sulu. HEX triplet: C0, DD and 71. RGB value is (192,221,113). Sum of RGB (Red+Green+Blue) = 192+221+113=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD71 is #3F228E. Grayscale: #C8C8C8. Windows color (decimal): -4137615 or 7462336. OLE color: 7462336.

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

Color convert

RGB192221113-
CMYK0.1300.490.13
HSL76.11º61.36%65.49%-
HSV(B)76.11º48.87%86.67%-
XYZ50.5864.1125.33-
YUV200.0278.89122.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 113 (44.53% from 255) = 21.48%
R=36.50%
G=42.02%
B=21.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211130.1300.490.1376.1161.3665.49
HexC0DD71D031D4c3d41
Octal300335161150611511475101
Binary1100000011011101111000111010110001110110011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD71; }

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

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

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

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

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

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

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

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