Shades of Sulu #C0DF80
Tints of Sulu #C0DF80
RGB
CMYK
RGB Variations
Color information
#C0DF80 (or 0xC0DF80) is known color: Sulu. HEX triplet: C0, DF and 80. RGB value is (192,223,128). Sum of RGB (Red+Green+Blue) = 192+223+128=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DF80 is #3F207F. Grayscale: #CBCBCB. Windows color (decimal): -4137088 or 8445888. OLE color: 8445888.
HSL color Cylindrical-coordinate representation of color #C0DF80: hue angle of 79.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0DF80 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 128 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.13 |
| HSL | 79.58º | 0.6% | 0.69% | - |
| HSV(B) | 79.58º | 0.43% | 0.87% | - |
| XYZ | 52.02 | 65.54 | 30.33 | - |
| YUV | 202.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 128 | 0.14 | 0 | 0.43 | 0.13 | 79.58 | 0.6 | 0.69 |
| Hex | C0 | DF | 80 | E | 0 | 2B | D | 50 | 3C | 45 |
| Octal | 300 | 337 | 200 | 16 | 0 | 53 | 15 | 120 | 74 | 105 |
| Binary | 11000000 | 11011111 | 10000000 | 1110 | 0 | 101011 | 1101 | 1010000 | 111100 | 1000101 |
Color Harmonies of #C0DF80
Complementary color
Monochromatic Colors of #C0DF80
Black with #C0DF80
Text Example
Text Example
White with #C0DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF80; }
p { color: rgb(192,223,128); }
H1.HeaderClassName
{
color: #C0DF80;
}
.AnyTagClassName
{
color: #C0DF80;
}
</style>
background-color css
<style>
a { background-color: #C0DF80; }
a { background-color: rgb(192,223,128); }
div.DivClassName
{
background-color: #C0DF80;
}
.BgClassName
{
background-color: #C0DF80;
}
</style>
border-color css
<style>
span { border-color: #C0DF80; }
span { border-color: rgb(192,223,128); }
td.TdClassName
{
border-color: #C0DF80;
}
.TagClassName
{
border-color: #C0DF80;
}
</style>