Shades of Sulu #C0F67C
Tints of Sulu #C0F67C
RGB
CMYK
RGB Variations
Color information
#C0F67C (or 0xC0F67C) is known color: Sulu. HEX triplet: C0, F6 and 7C. RGB value is (192,246,124). Sum of RGB (Red+Green+Blue) = 192+246+124=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F67C is #3F0983. Grayscale: #D8D8D8. Windows color (decimal): -4131204 or 8189632. OLE color: 8189632.
HSL color Cylindrical-coordinate representation of color #C0F67C: hue angle of 86.56º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F67C is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 124 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 86.56º | 0.87% | 0.73% | - |
| HSV(B) | 86.56º | 0.5% | 0.96% | - |
| XYZ | 58.33 | 78.57 | 31.16 | - |
| YUV | 215.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 124 | 0.22 | 0 | 0.50 | 0.04 | 86.56 | 0.87 | 0.73 |
| Hex | C0 | F6 | 7C | 16 | 0 | 32 | 4 | 57 | 57 | 49 |
| Octal | 300 | 366 | 174 | 26 | 0 | 62 | 4 | 127 | 127 | 111 |
| Binary | 11000000 | 11110110 | 1111100 | 10110 | 0 | 110010 | 100 | 1010111 | 1010111 | 1001001 |
Color Harmonies of #C0F67C
Complementary color
Monochromatic Colors of #C0F67C
Black with #C0F67C
Text Example
Text Example
White with #C0F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F67C; }
p { color: rgb(192,246,124); }
H1.HeaderClassName
{
color: #C0F67C;
}
.AnyTagClassName
{
color: #C0F67C;
}
</style>
background-color css
<style>
a { background-color: #C0F67C; }
a { background-color: rgb(192,246,124); }
div.DivClassName
{
background-color: #C0F67C;
}
.BgClassName
{
background-color: #C0F67C;
}
</style>
border-color css
<style>
span { border-color: #C0F67C; }
span { border-color: rgb(192,246,124); }
td.TdClassName
{
border-color: #C0F67C;
}
.TagClassName
{
border-color: #C0F67C;
}
</style>