Shades of Sulu #C0DF75
Tints of Sulu #C0DF75
RGB
CMYK
RGB Variations
Color information
#C0DF75 (or 0xC0DF75) is known color: Sulu. HEX triplet: C0, DF and 75. RGB value is (192,223,117). Sum of RGB (Red+Green+Blue) = 192+223+117=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DF75 is #3F208A. Grayscale: #CACACA. Windows color (decimal): -4137099 or 7724992. OLE color: 7724992.
HSL color Cylindrical-coordinate representation of color #C0DF75: hue angle of 77.55º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0DF75 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 117 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.13 |
| HSL | 77.55º | 0.62% | 0.67% | - |
| HSV(B) | 77.55º | 0.48% | 0.87% | - |
| XYZ | 51.34 | 65.27 | 26.72 | - |
| YUV | 201.65 | 80.23 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 117 | 0.14 | 0 | 0.48 | 0.13 | 77.55 | 0.62 | 0.67 |
| Hex | C0 | DF | 75 | E | 0 | 30 | D | 4E | 3E | 43 |
| Octal | 300 | 337 | 165 | 16 | 0 | 60 | 15 | 116 | 76 | 103 |
| Binary | 11000000 | 11011111 | 1110101 | 1110 | 0 | 110000 | 1101 | 1001110 | 111110 | 1000011 |
Color Harmonies of #C0DF75
Complementary color
Monochromatic Colors of #C0DF75
Black with #C0DF75
Text Example
Text Example
White with #C0DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF75; }
p { color: rgb(192,223,117); }
H1.HeaderClassName
{
color: #C0DF75;
}
.AnyTagClassName
{
color: #C0DF75;
}
</style>
background-color css
<style>
a { background-color: #C0DF75; }
a { background-color: rgb(192,223,117); }
div.DivClassName
{
background-color: #C0DF75;
}
.BgClassName
{
background-color: #C0DF75;
}
</style>
border-color css
<style>
span { border-color: #C0DF75; }
span { border-color: rgb(192,223,117); }
td.TdClassName
{
border-color: #C0DF75;
}
.TagClassName
{
border-color: #C0DF75;
}
</style>