#C0DD8A

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

Shades of Sulu #C0DD8A

Tints of Sulu #C0DD8A

Color information

#C0DD8A (or 0xC0DD8A) is unknown color: approx Sulu. HEX triplet: C0, DD and 8A. RGB value is (192,221,138). Sum of RGB (Red+Green+Blue) = 192+221+138=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DD8A is #3F2275. Grayscale: #CBCBCB. Windows color (decimal): -4137590 or 9100736. OLE color: 9100736.

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

Color convert

RGB192221138-
CMYK0.1300.380.13
HSL80.96º54.97%70.39%-
HSV(B)80.96º37.56%86.67%-
XYZ52.1864.7533.79-
YUV202.8791.39120.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 138 (54.30% from 255) = 25.05%
R=34.85%
G=40.11%
B=25.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211380.1300.380.1380.9654.9770.39
HexC0DD8AD026D513746
Octal300335212150461512167106
Binary11000000110111011000101011010100110110110100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD8A; }

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

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

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

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

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

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

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

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