Shades of Sulu #C0F07F
Tints of Sulu #C0F07F
RGB
CMYK
RGB Variations
Color information
#C0F07F (or 0xC0F07F) is known color: Sulu. HEX triplet: C0, F0 and 7F. RGB value is (192,240,127). Sum of RGB (Red+Green+Blue) = 192+240+127=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F07F is #3F0F80. Grayscale: #D5D5D5. Windows color (decimal): -4132737 or 8384704. OLE color: 8384704.
HSL color Cylindrical-coordinate representation of color #C0F07F: hue angle of 85.49º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F07F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 127 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.06 |
| HSL | 85.49º | 0.79% | 0.72% | - |
| HSV(B) | 85.49º | 0.47% | 0.94% | - |
| XYZ | 56.73 | 75.06 | 31.58 | - |
| YUV | 212.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 127 | 0.20 | 0 | 0.47 | 0.06 | 85.49 | 0.79 | 0.72 |
| Hex | C0 | F0 | 7F | 14 | 0 | 2F | 6 | 55 | 4F | 48 |
| Octal | 300 | 360 | 177 | 24 | 0 | 57 | 6 | 125 | 117 | 110 |
| Binary | 11000000 | 11110000 | 1111111 | 10100 | 0 | 101111 | 110 | 1010101 | 1001111 | 1001000 |
Color Harmonies of #C0F07F
Complementary color
Monochromatic Colors of #C0F07F
Black with #C0F07F
Text Example
Text Example
White with #C0F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F07F; }
p { color: rgb(192,240,127); }
H1.HeaderClassName
{
color: #C0F07F;
}
.AnyTagClassName
{
color: #C0F07F;
}
</style>
background-color css
<style>
a { background-color: #C0F07F; }
a { background-color: rgb(192,240,127); }
div.DivClassName
{
background-color: #C0F07F;
}
.BgClassName
{
background-color: #C0F07F;
}
</style>
border-color css
<style>
span { border-color: #C0F07F; }
span { border-color: rgb(192,240,127); }
td.TdClassName
{
border-color: #C0F07F;
}
.TagClassName
{
border-color: #C0F07F;
}
</style>