Shades of Sulu #C0F36E
Tints of Sulu #C0F36E
RGB
CMYK
RGB Variations
Color information
#C0F36E (or 0xC0F36E) is known color: Sulu. HEX triplet: C0, F3 and 6E. RGB value is (192,243,110). Sum of RGB (Red+Green+Blue) = 192+243+110=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F36E is #3F0C91. Grayscale: #D5D5D5. Windows color (decimal): -4131986 or 7271360. OLE color: 7271360.
HSL color Cylindrical-coordinate representation of color #C0F36E: hue angle of 83.01º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0F36E is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 110 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.05 |
| HSL | 83.01º | 0.85% | 0.69% | - |
| HSV(B) | 83.01º | 0.55% | 0.95% | - |
| XYZ | 56.6 | 76.43 | 26.52 | - |
| YUV | 212.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 110 | 0.21 | 0 | 0.55 | 0.05 | 83.01 | 0.85 | 0.69 |
| Hex | C0 | F3 | 6E | 15 | 0 | 37 | 5 | 53 | 55 | 45 |
| Octal | 300 | 363 | 156 | 25 | 0 | 67 | 5 | 123 | 125 | 105 |
| Binary | 11000000 | 11110011 | 1101110 | 10101 | 0 | 110111 | 101 | 1010011 | 1010101 | 1000101 |
Color Harmonies of #C0F36E
Complementary color
Monochromatic Colors of #C0F36E
Black with #C0F36E
Text Example
Text Example
White with #C0F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F36E; }
p { color: rgb(192,243,110); }
H1.HeaderClassName
{
color: #C0F36E;
}
.AnyTagClassName
{
color: #C0F36E;
}
</style>
background-color css
<style>
a { background-color: #C0F36E; }
a { background-color: rgb(192,243,110); }
div.DivClassName
{
background-color: #C0F36E;
}
.BgClassName
{
background-color: #C0F36E;
}
</style>
border-color css
<style>
span { border-color: #C0F36E; }
span { border-color: rgb(192,243,110); }
td.TdClassName
{
border-color: #C0F36E;
}
.TagClassName
{
border-color: #C0F36E;
}
</style>