Shades of Sulu #C0FD7F
Tints of Sulu #C0FD7F
RGB
CMYK
RGB Variations
Color information
#C0FD7F (or 0xC0FD7F) is known color: Sulu. HEX triplet: C0, FD and 7F. RGB value is (192,253,127). Sum of RGB (Red+Green+Blue) = 192+253+127=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FD7F is #3F0280. Grayscale: #DCDCDC. Windows color (decimal): -4129409 or 8388032. OLE color: 8388032.
HSL color Cylindrical-coordinate representation of color #C0FD7F: hue angle of 89.05º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FD7F is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 127 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.01 |
| HSL | 89.05º | 0.97% | 0.75% | - |
| HSV(B) | 89.05º | 0.5% | 0.99% | - |
| XYZ | 60.69 | 82.99 | 32.9 | - |
| YUV | 220.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 127 | 0.24 | 0 | 0.50 | 0.01 | 89.05 | 0.97 | 0.75 |
| Hex | C0 | FD | 7F | 18 | 0 | 32 | 1 | 59 | 61 | 4B |
| Octal | 300 | 375 | 177 | 30 | 0 | 62 | 1 | 131 | 141 | 113 |
| Binary | 11000000 | 11111101 | 1111111 | 11000 | 0 | 110010 | 1 | 1011001 | 1100001 | 1001011 |
Color Harmonies of #C0FD7F
Complementary color
Monochromatic Colors of #C0FD7F
Black with #C0FD7F
Text Example
Text Example
White with #C0FD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD7F; }
p { color: rgb(192,253,127); }
H1.HeaderClassName
{
color: #C0FD7F;
}
.AnyTagClassName
{
color: #C0FD7F;
}
</style>
background-color css
<style>
a { background-color: #C0FD7F; }
a { background-color: rgb(192,253,127); }
div.DivClassName
{
background-color: #C0FD7F;
}
.BgClassName
{
background-color: #C0FD7F;
}
</style>
border-color css
<style>
span { border-color: #C0FD7F; }
span { border-color: rgb(192,253,127); }
td.TdClassName
{
border-color: #C0FD7F;
}
.TagClassName
{
border-color: #C0FD7F;
}
</style>