Shades of Sulu #C0F76B
Tints of Sulu #C0F76B
RGB
CMYK
RGB Variations
Color information
#C0F76B (or 0xC0F76B) is known color: Sulu. HEX triplet: C0, F7 and 6B. RGB value is (192,247,107). Sum of RGB (Red+Green+Blue) = 192+247+107=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F76B is #3F0894. Grayscale: #D7D7D7. Windows color (decimal): -4130965 or 7075776. OLE color: 7075776.
HSL color Cylindrical-coordinate representation of color #C0F76B: hue angle of 83.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0F76B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.03 |
| HSL | 83.57º | 0.9% | 0.69% | - |
| HSV(B) | 83.57º | 0.57% | 0.97% | - |
| XYZ | 57.65 | 78.79 | 26.08 | - |
| YUV | 214.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 107 | 0.22 | 0 | 0.57 | 0.03 | 83.57 | 0.9 | 0.69 |
| Hex | C0 | F7 | 6B | 16 | 0 | 39 | 3 | 54 | 5A | 45 |
| Octal | 300 | 367 | 153 | 26 | 0 | 71 | 3 | 124 | 132 | 105 |
| Binary | 11000000 | 11110111 | 1101011 | 10110 | 0 | 111001 | 11 | 1010100 | 1011010 | 1000101 |
Color Harmonies of #C0F76B
Complementary color
Monochromatic Colors of #C0F76B
Black with #C0F76B
Text Example
Text Example
White with #C0F76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F76B; }
p { color: rgb(192,247,107); }
H1.HeaderClassName
{
color: #C0F76B;
}
.AnyTagClassName
{
color: #C0F76B;
}
</style>
background-color css
<style>
a { background-color: #C0F76B; }
a { background-color: rgb(192,247,107); }
div.DivClassName
{
background-color: #C0F76B;
}
.BgClassName
{
background-color: #C0F76B;
}
</style>
border-color css
<style>
span { border-color: #C0F76B; }
span { border-color: rgb(192,247,107); }
td.TdClassName
{
border-color: #C0F76B;
}
.TagClassName
{
border-color: #C0F76B;
}
</style>