Shades of Sulu #C0F872
Tints of Sulu #C0F872
RGB
CMYK
RGB Variations
Color information
#C0F872 (or 0xC0F872) is known color: Sulu. HEX triplet: C0, F8 and 72. RGB value is (192,248,114). Sum of RGB (Red+Green+Blue) = 192+248+114=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F872 is #3F078D. Grayscale: #D8D8D8. Windows color (decimal): -4130702 or 7534784. OLE color: 7534784.
HSL color Cylindrical-coordinate representation of color #C0F872: hue angle of 85.07º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0F872 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 114 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.03 |
| HSL | 85.07º | 0.91% | 0.71% | - |
| HSV(B) | 85.07º | 0.54% | 0.97% | - |
| XYZ | 58.34 | 79.56 | 28.2 | - |
| YUV | 215.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 114 | 0.23 | 0 | 0.54 | 0.03 | 85.07 | 0.91 | 0.71 |
| Hex | C0 | F8 | 72 | 17 | 0 | 36 | 3 | 55 | 5B | 47 |
| Octal | 300 | 370 | 162 | 27 | 0 | 66 | 3 | 125 | 133 | 107 |
| Binary | 11000000 | 11111000 | 1110010 | 10111 | 0 | 110110 | 11 | 1010101 | 1011011 | 1000111 |
Color Harmonies of #C0F872
Complementary color
Monochromatic Colors of #C0F872
Black with #C0F872
Text Example
Text Example
White with #C0F872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F872; }
p { color: rgb(192,248,114); }
H1.HeaderClassName
{
color: #C0F872;
}
.AnyTagClassName
{
color: #C0F872;
}
</style>
background-color css
<style>
a { background-color: #C0F872; }
a { background-color: rgb(192,248,114); }
div.DivClassName
{
background-color: #C0F872;
}
.BgClassName
{
background-color: #C0F872;
}
</style>
border-color css
<style>
span { border-color: #C0F872; }
span { border-color: rgb(192,248,114); }
td.TdClassName
{
border-color: #C0F872;
}
.TagClassName
{
border-color: #C0F872;
}
</style>