Shades of Sulu #C0F572
Tints of Sulu #C0F572
RGB
CMYK
RGB Variations
Color information
#C0F572 (or 0xC0F572) is known color: Sulu. HEX triplet: C0, F5 and 72. RGB value is (192,245,114). Sum of RGB (Red+Green+Blue) = 192+245+114=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F572 is #3F0A8D. Grayscale: #D6D6D6. Windows color (decimal): -4131470 or 7534016. OLE color: 7534016.
HSL color Cylindrical-coordinate representation of color #C0F572: hue angle of 84.27º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0F572 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 114 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.04 |
| HSL | 84.27º | 0.87% | 0.7% | - |
| HSV(B) | 84.27º | 0.53% | 0.96% | - |
| XYZ | 57.43 | 77.73 | 27.9 | - |
| YUV | 214.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 114 | 0.22 | 0 | 0.53 | 0.04 | 84.27 | 0.87 | 0.7 |
| Hex | C0 | F5 | 72 | 16 | 0 | 35 | 4 | 54 | 57 | 46 |
| Octal | 300 | 365 | 162 | 26 | 0 | 65 | 4 | 124 | 127 | 106 |
| Binary | 11000000 | 11110101 | 1110010 | 10110 | 0 | 110101 | 100 | 1010100 | 1010111 | 1000110 |
Color Harmonies of #C0F572
Complementary color
Monochromatic Colors of #C0F572
Black with #C0F572
Text Example
Text Example
White with #C0F572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F572; }
p { color: rgb(192,245,114); }
H1.HeaderClassName
{
color: #C0F572;
}
.AnyTagClassName
{
color: #C0F572;
}
</style>
background-color css
<style>
a { background-color: #C0F572; }
a { background-color: rgb(192,245,114); }
div.DivClassName
{
background-color: #C0F572;
}
.BgClassName
{
background-color: #C0F572;
}
</style>
border-color css
<style>
span { border-color: #C0F572; }
span { border-color: rgb(192,245,114); }
td.TdClassName
{
border-color: #C0F572;
}
.TagClassName
{
border-color: #C0F572;
}
</style>