Shades of Sulu #C0FB7D
Tints of Sulu #C0FB7D
RGB
CMYK
RGB Variations
Color information
#C0FB7D (or 0xC0FB7D) is known color: Sulu. HEX triplet: C0, FB and 7D. RGB value is (192,251,125). Sum of RGB (Red+Green+Blue) = 192+251+125=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB7D is #3F0482. Grayscale: #DBDBDB. Windows color (decimal): -4129923 or 8256448. OLE color: 8256448.
HSL color Cylindrical-coordinate representation of color #C0FB7D: hue angle of 88.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FB7D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 125 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.02 |
| HSL | 88.1º | 0.94% | 0.74% | - |
| HSV(B) | 88.1º | 0.5% | 0.98% | - |
| XYZ | 59.94 | 81.68 | 32.01 | - |
| YUV | 219 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 125 | 0.24 | 0 | 0.50 | 0.02 | 88.1 | 0.94 | 0.74 |
| Hex | C0 | FB | 7D | 18 | 0 | 32 | 2 | 58 | 5E | 4A |
| Octal | 300 | 373 | 175 | 30 | 0 | 62 | 2 | 130 | 136 | 112 |
| Binary | 11000000 | 11111011 | 1111101 | 11000 | 0 | 110010 | 10 | 1011000 | 1011110 | 1001010 |
Color Harmonies of #C0FB7D
Complementary color
Monochromatic Colors of #C0FB7D
Black with #C0FB7D
Text Example
Text Example
White with #C0FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB7D; }
p { color: rgb(192,251,125); }
H1.HeaderClassName
{
color: #C0FB7D;
}
.AnyTagClassName
{
color: #C0FB7D;
}
</style>
background-color css
<style>
a { background-color: #C0FB7D; }
a { background-color: rgb(192,251,125); }
div.DivClassName
{
background-color: #C0FB7D;
}
.BgClassName
{
background-color: #C0FB7D;
}
</style>
border-color css
<style>
span { border-color: #C0FB7D; }
span { border-color: rgb(192,251,125); }
td.TdClassName
{
border-color: #C0FB7D;
}
.TagClassName
{
border-color: #C0FB7D;
}
</style>