Shades of Sulu #C0F566
Tints of Sulu #C0F566
RGB
CMYK
RGB Variations
Color information
#C0F566 (or 0xC0F566) is known color: Sulu. HEX triplet: C0, F5 and 66. RGB value is (192,245,102). Sum of RGB (Red+Green+Blue) = 192+245+102=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F566 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F566 is #3F0A99. Grayscale: #D5D5D5. Windows color (decimal): -4131482 or 6747584. OLE color: 6747584.
HSL color Cylindrical-coordinate representation of color #C0F566: hue angle of 82.24º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0F566 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 102 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.04 |
| HSL | 82.24º | 0.88% | 0.68% | - |
| HSV(B) | 82.24º | 0.58% | 0.96% | - |
| XYZ | 56.79 | 77.47 | 24.53 | - |
| YUV | 212.85 | 65.44 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 102 | 0.22 | 0 | 0.58 | 0.04 | 82.24 | 0.88 | 0.68 |
| Hex | C0 | F5 | 66 | 16 | 0 | 3A | 4 | 52 | 58 | 44 |
| Octal | 300 | 365 | 146 | 26 | 0 | 72 | 4 | 122 | 130 | 104 |
| Binary | 11000000 | 11110101 | 1100110 | 10110 | 0 | 111010 | 100 | 1010010 | 1011000 | 1000100 |
Color Harmonies of #C0F566
Complementary color
Monochromatic Colors of #C0F566
Black with #C0F566
Text Example
Text Example
White with #C0F566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F566; }
p { color: rgb(192,245,102); }
H1.HeaderClassName
{
color: #C0F566;
}
.AnyTagClassName
{
color: #C0F566;
}
</style>
background-color css
<style>
a { background-color: #C0F566; }
a { background-color: rgb(192,245,102); }
div.DivClassName
{
background-color: #C0F566;
}
.BgClassName
{
background-color: #C0F566;
}
</style>
border-color css
<style>
span { border-color: #C0F566; }
span { border-color: rgb(192,245,102); }
td.TdClassName
{
border-color: #C0F566;
}
.TagClassName
{
border-color: #C0F566;
}
</style>