Shades of Sulu #C0F77F
Tints of Sulu #C0F77F
RGB
CMYK
RGB Variations
Color information
#C0F77F (or 0xC0F77F) is known color: Sulu. HEX triplet: C0, F7 and 7F. RGB value is (192,247,127). Sum of RGB (Red+Green+Blue) = 192+247+127=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F77F is #3F0880. Grayscale: #D9D9D9. Windows color (decimal): -4130945 or 8386496. OLE color: 8386496.
HSL color Cylindrical-coordinate representation of color #C0F77F: hue angle of 87.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0F77F is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 127 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.03 |
| HSL | 87.5º | 0.88% | 0.73% | - |
| HSV(B) | 87.5º | 0.49% | 0.97% | - |
| XYZ | 58.83 | 79.26 | 32.28 | - |
| YUV | 216.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 127 | 0.22 | 0 | 0.49 | 0.03 | 87.5 | 0.88 | 0.73 |
| Hex | C0 | F7 | 7F | 16 | 0 | 31 | 3 | 57 | 58 | 49 |
| Octal | 300 | 367 | 177 | 26 | 0 | 61 | 3 | 127 | 130 | 111 |
| Binary | 11000000 | 11110111 | 1111111 | 10110 | 0 | 110001 | 11 | 1010111 | 1011000 | 1001001 |
Color Harmonies of #C0F77F
Complementary color
Monochromatic Colors of #C0F77F
Black with #C0F77F
Text Example
Text Example
White with #C0F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F77F; }
p { color: rgb(192,247,127); }
H1.HeaderClassName
{
color: #C0F77F;
}
.AnyTagClassName
{
color: #C0F77F;
}
</style>
background-color css
<style>
a { background-color: #C0F77F; }
a { background-color: rgb(192,247,127); }
div.DivClassName
{
background-color: #C0F77F;
}
.BgClassName
{
background-color: #C0F77F;
}
</style>
border-color css
<style>
span { border-color: #C0F77F; }
span { border-color: rgb(192,247,127); }
td.TdClassName
{
border-color: #C0F77F;
}
.TagClassName
{
border-color: #C0F77F;
}
</style>