Shades of Sulu #C0F67B
Tints of Sulu #C0F67B
RGB
CMYK
RGB Variations
Color information
#C0F67B (or 0xC0F67B) is known color: Sulu. HEX triplet: C0, F6 and 7B. RGB value is (192,246,123). Sum of RGB (Red+Green+Blue) = 192+246+123=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F67B is #3F0984. Grayscale: #D8D8D8. Windows color (decimal): -4131205 or 8124096. OLE color: 8124096.
HSL color Cylindrical-coordinate representation of color #C0F67B: hue angle of 86.34º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0F67B is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 123 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 86.34º | 0.87% | 0.72% | - |
| HSV(B) | 86.34º | 0.5% | 0.96% | - |
| XYZ | 58.27 | 78.55 | 30.83 | - |
| YUV | 215.83 | 75.61 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 123 | 0.22 | 0 | 0.50 | 0.04 | 86.34 | 0.87 | 0.72 |
| Hex | C0 | F6 | 7B | 16 | 0 | 32 | 4 | 56 | 57 | 48 |
| Octal | 300 | 366 | 173 | 26 | 0 | 62 | 4 | 126 | 127 | 110 |
| Binary | 11000000 | 11110110 | 1111011 | 10110 | 0 | 110010 | 100 | 1010110 | 1010111 | 1001000 |
Color Harmonies of #C0F67B
Complementary color
Monochromatic Colors of #C0F67B
Black with #C0F67B
Text Example
Text Example
White with #C0F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F67B; }
p { color: rgb(192,246,123); }
H1.HeaderClassName
{
color: #C0F67B;
}
.AnyTagClassName
{
color: #C0F67B;
}
</style>
background-color css
<style>
a { background-color: #C0F67B; }
a { background-color: rgb(192,246,123); }
div.DivClassName
{
background-color: #C0F67B;
}
.BgClassName
{
background-color: #C0F67B;
}
</style>
border-color css
<style>
span { border-color: #C0F67B; }
span { border-color: rgb(192,246,123); }
td.TdClassName
{
border-color: #C0F67B;
}
.TagClassName
{
border-color: #C0F67B;
}
</style>