Shades of Sulu #C0DF72
Tints of Sulu #C0DF72
RGB
CMYK
RGB Variations
Color information
#C0DF72 (or 0xC0DF72) is known color: Sulu. HEX triplet: C0, DF and 72. RGB value is (192,223,114). Sum of RGB (Red+Green+Blue) = 192+223+114=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF72 is #3F208D. Grayscale: #C9C9C9. Windows color (decimal): -4137102 or 7528384. OLE color: 7528384.
HSL color Cylindrical-coordinate representation of color #C0DF72: hue angle of 77.06º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0DF72 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 114 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.13 |
| HSL | 77.06º | 0.63% | 0.66% | - |
| HSV(B) | 77.06º | 0.49% | 0.87% | - |
| XYZ | 51.16 | 65.2 | 25.81 | - |
| YUV | 201.31 | 78.73 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 114 | 0.14 | 0 | 0.49 | 0.13 | 77.06 | 0.63 | 0.66 |
| Hex | C0 | DF | 72 | E | 0 | 31 | D | 4D | 3F | 42 |
| Octal | 300 | 337 | 162 | 16 | 0 | 61 | 15 | 115 | 77 | 102 |
| Binary | 11000000 | 11011111 | 1110010 | 1110 | 0 | 110001 | 1101 | 1001101 | 111111 | 1000010 |
Color Harmonies of #C0DF72
Complementary color
Monochromatic Colors of #C0DF72
Black with #C0DF72
Text Example
Text Example
White with #C0DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF72; }
p { color: rgb(192,223,114); }
H1.HeaderClassName
{
color: #C0DF72;
}
.AnyTagClassName
{
color: #C0DF72;
}
</style>
background-color css
<style>
a { background-color: #C0DF72; }
a { background-color: rgb(192,223,114); }
div.DivClassName
{
background-color: #C0DF72;
}
.BgClassName
{
background-color: #C0DF72;
}
</style>
border-color css
<style>
span { border-color: #C0DF72; }
span { border-color: rgb(192,223,114); }
td.TdClassName
{
border-color: #C0DF72;
}
.TagClassName
{
border-color: #C0DF72;
}
</style>