Shades of Sulu #C0FB7B
Tints of Sulu #C0FB7B
RGB
CMYK
RGB Variations
Color information
#C0FB7B (or 0xC0FB7B) is known color: Sulu. HEX triplet: C0, FB and 7B. RGB value is (192,251,123). Sum of RGB (Red+Green+Blue) = 192+251+123=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB7B is #3F0484. Grayscale: #DBDBDB. Windows color (decimal): -4129925 or 8125376. OLE color: 8125376.
HSL color Cylindrical-coordinate representation of color #C0FB7B: hue angle of 87.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0FB7B is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 123 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.02 |
| HSL | 87.66º | 0.94% | 0.73% | - |
| HSV(B) | 87.66º | 0.51% | 0.98% | - |
| XYZ | 59.81 | 81.63 | 31.34 | - |
| YUV | 218.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 123 | 0.24 | 0 | 0.51 | 0.02 | 87.66 | 0.94 | 0.73 |
| Hex | C0 | FB | 7B | 18 | 0 | 33 | 2 | 58 | 5E | 49 |
| Octal | 300 | 373 | 173 | 30 | 0 | 63 | 2 | 130 | 136 | 111 |
| Binary | 11000000 | 11111011 | 1111011 | 11000 | 0 | 110011 | 10 | 1011000 | 1011110 | 1001001 |
Color Harmonies of #C0FB7B
Complementary color
Monochromatic Colors of #C0FB7B
Black with #C0FB7B
Text Example
Text Example
White with #C0FB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB7B; }
p { color: rgb(192,251,123); }
H1.HeaderClassName
{
color: #C0FB7B;
}
.AnyTagClassName
{
color: #C0FB7B;
}
</style>
background-color css
<style>
a { background-color: #C0FB7B; }
a { background-color: rgb(192,251,123); }
div.DivClassName
{
background-color: #C0FB7B;
}
.BgClassName
{
background-color: #C0FB7B;
}
</style>
border-color css
<style>
span { border-color: #C0FB7B; }
span { border-color: rgb(192,251,123); }
td.TdClassName
{
border-color: #C0FB7B;
}
.TagClassName
{
border-color: #C0FB7B;
}
</style>