Shades of Sulu #C0FD6A
Tints of Sulu #C0FD6A
RGB
CMYK
RGB Variations
Color information
#C0FD6A (or 0xC0FD6A) is known color: Sulu. HEX triplet: C0, FD and 6A. RGB value is (192,253,106). Sum of RGB (Red+Green+Blue) = 192+253+106=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD6A is #3F0295. Grayscale: #DADADA. Windows color (decimal): -4129430 or 7011776. OLE color: 7011776.
HSL color Cylindrical-coordinate representation of color #C0FD6A: hue angle of 84.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0FD6A is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 106 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.01 |
| HSL | 84.9º | 0.97% | 0.7% | - |
| HSV(B) | 84.9º | 0.58% | 0.99% | - |
| XYZ | 59.47 | 82.5 | 26.43 | - |
| YUV | 218 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 106 | 0.24 | 0 | 0.58 | 0.01 | 84.9 | 0.97 | 0.7 |
| Hex | C0 | FD | 6A | 18 | 0 | 3A | 1 | 55 | 61 | 46 |
| Octal | 300 | 375 | 152 | 30 | 0 | 72 | 1 | 125 | 141 | 106 |
| Binary | 11000000 | 11111101 | 1101010 | 11000 | 0 | 111010 | 1 | 1010101 | 1100001 | 1000110 |
Color Harmonies of #C0FD6A
Complementary color
Monochromatic Colors of #C0FD6A
Black with #C0FD6A
Text Example
Text Example
White with #C0FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD6A; }
p { color: rgb(192,253,106); }
H1.HeaderClassName
{
color: #C0FD6A;
}
.AnyTagClassName
{
color: #C0FD6A;
}
</style>
background-color css
<style>
a { background-color: #C0FD6A; }
a { background-color: rgb(192,253,106); }
div.DivClassName
{
background-color: #C0FD6A;
}
.BgClassName
{
background-color: #C0FD6A;
}
</style>
border-color css
<style>
span { border-color: #C0FD6A; }
span { border-color: rgb(192,253,106); }
td.TdClassName
{
border-color: #C0FD6A;
}
.TagClassName
{
border-color: #C0FD6A;
}
</style>