Shades of Sulu #C0F87C
Tints of Sulu #C0F87C
RGB
CMYK
RGB Variations
Color information
#C0F87C (or 0xC0F87C) is known color: Sulu. HEX triplet: C0, F8 and 7C. RGB value is (192,248,124). Sum of RGB (Red+Green+Blue) = 192+248+124=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F87C is #3F0783. Grayscale: #D9D9D9. Windows color (decimal): -4130692 or 8190144. OLE color: 8190144.
HSL color Cylindrical-coordinate representation of color #C0F87C: hue angle of 87.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F87C is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 124 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.03 |
| HSL | 87.1º | 0.9% | 0.73% | - |
| HSV(B) | 87.1º | 0.5% | 0.97% | - |
| XYZ | 58.94 | 79.8 | 31.36 | - |
| YUV | 217.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 124 | 0.23 | 0 | 0.5 | 0.03 | 87.1 | 0.9 | 0.73 |
| Hex | C0 | F8 | 7C | 17 | 0 | 32 | 3 | 57 | 5A | 49 |
| Octal | 300 | 370 | 174 | 27 | 0 | 62 | 3 | 127 | 132 | 111 |
| Binary | 11000000 | 11111000 | 1111100 | 10111 | 0 | 110010 | 11 | 1010111 | 1011010 | 1001001 |
Color Harmonies of #C0F87C
Complementary color
Monochromatic Colors of #C0F87C
Black with #C0F87C
Text Example
Text Example
White with #C0F87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F87C; }
p { color: rgb(192,248,124); }
H1.HeaderClassName
{
color: #C0F87C;
}
.AnyTagClassName
{
color: #C0F87C;
}
</style>
background-color css
<style>
a { background-color: #C0F87C; }
a { background-color: rgb(192,248,124); }
div.DivClassName
{
background-color: #C0F87C;
}
.BgClassName
{
background-color: #C0F87C;
}
</style>
border-color css
<style>
span { border-color: #C0F87C; }
span { border-color: rgb(192,248,124); }
td.TdClassName
{
border-color: #C0F87C;
}
.TagClassName
{
border-color: #C0F87C;
}
</style>