Shades of Sulu #C0F072
Tints of Sulu #C0F072
RGB
CMYK
RGB Variations
Color information
#C0F072 (or 0xC0F072) is known color: Sulu. HEX triplet: C0, F0 and 72. RGB value is (192,240,114). Sum of RGB (Red+Green+Blue) = 192+240+114=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F072 is #3F0F8D. Grayscale: #D3D3D3. Windows color (decimal): -4132750 or 7532736. OLE color: 7532736.
HSL color Cylindrical-coordinate representation of color #C0F072: hue angle of 82.86º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0F072 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 114 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.06 |
| HSL | 82.86º | 0.81% | 0.69% | - |
| HSV(B) | 82.86º | 0.53% | 0.94% | - |
| XYZ | 55.94 | 74.74 | 27.4 | - |
| YUV | 211.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 114 | 0.20 | 0 | 0.52 | 0.06 | 82.86 | 0.81 | 0.69 |
| Hex | C0 | F0 | 72 | 14 | 0 | 34 | 6 | 53 | 51 | 45 |
| Octal | 300 | 360 | 162 | 24 | 0 | 64 | 6 | 123 | 121 | 105 |
| Binary | 11000000 | 11110000 | 1110010 | 10100 | 0 | 110100 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #C0F072
Complementary color
Monochromatic Colors of #C0F072
Black with #C0F072
Text Example
Text Example
White with #C0F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F072; }
p { color: rgb(192,240,114); }
H1.HeaderClassName
{
color: #C0F072;
}
.AnyTagClassName
{
color: #C0F072;
}
</style>
background-color css
<style>
a { background-color: #C0F072; }
a { background-color: rgb(192,240,114); }
div.DivClassName
{
background-color: #C0F072;
}
.BgClassName
{
background-color: #C0F072;
}
</style>
border-color css
<style>
span { border-color: #C0F072; }
span { border-color: rgb(192,240,114); }
td.TdClassName
{
border-color: #C0F072;
}
.TagClassName
{
border-color: #C0F072;
}
</style>