Shades of Sulu #C0DF73
Tints of Sulu #C0DF73
RGB
CMYK
RGB Variations
Color information
#C0DF73 (or 0xC0DF73) is known color: Sulu. HEX triplet: C0, DF and 73. RGB value is (192,223,115). Sum of RGB (Red+Green+Blue) = 192+223+115=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF73 is #3F208C. Grayscale: #C9C9C9. Windows color (decimal): -4137101 or 7593920. OLE color: 7593920.
HSL color Cylindrical-coordinate representation of color #C0DF73: hue angle of 77.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0DF73 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 115 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.13 |
| HSL | 77.22º | 0.63% | 0.66% | - |
| HSV(B) | 77.22º | 0.48% | 0.87% | - |
| XYZ | 51.22 | 65.22 | 26.11 | - |
| YUV | 201.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 115 | 0.14 | 0 | 0.48 | 0.13 | 77.22 | 0.63 | 0.66 |
| Hex | C0 | DF | 73 | E | 0 | 30 | D | 4D | 3F | 42 |
| Octal | 300 | 337 | 163 | 16 | 0 | 60 | 15 | 115 | 77 | 102 |
| Binary | 11000000 | 11011111 | 1110011 | 1110 | 0 | 110000 | 1101 | 1001101 | 111111 | 1000010 |
Color Harmonies of #C0DF73
Complementary color
Monochromatic Colors of #C0DF73
Black with #C0DF73
Text Example
Text Example
White with #C0DF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF73; }
p { color: rgb(192,223,115); }
H1.HeaderClassName
{
color: #C0DF73;
}
.AnyTagClassName
{
color: #C0DF73;
}
</style>
background-color css
<style>
a { background-color: #C0DF73; }
a { background-color: rgb(192,223,115); }
div.DivClassName
{
background-color: #C0DF73;
}
.BgClassName
{
background-color: #C0DF73;
}
</style>
border-color css
<style>
span { border-color: #C0DF73; }
span { border-color: rgb(192,223,115); }
td.TdClassName
{
border-color: #C0DF73;
}
.TagClassName
{
border-color: #C0DF73;
}
</style>