Shades of Sulu #C0FB63
Tints of Sulu #C0FB63
RGB
CMYK
RGB Variations
Color information
#C0FB63 (or 0xC0FB63) is known color: Sulu. HEX triplet: C0, FB and 63. RGB value is (192,251,99). Sum of RGB (Red+Green+Blue) = 192+251+99=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FB63 is #3F049C. Grayscale: #D8D8D8. Windows color (decimal): -4129949 or 6552512. OLE color: 6552512.
HSL color Cylindrical-coordinate representation of color #C0FB63: hue angle of 83.29º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0FB63 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 99 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.02 |
| HSL | 83.29º | 0.95% | 0.69% | - |
| HSV(B) | 83.29º | 0.61% | 0.98% | - |
| XYZ | 58.49 | 81.1 | 24.38 | - |
| YUV | 216.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 99 | 0.24 | 0 | 0.61 | 0.02 | 83.29 | 0.95 | 0.69 |
| Hex | C0 | FB | 63 | 18 | 0 | 3D | 2 | 53 | 5F | 45 |
| Octal | 300 | 373 | 143 | 30 | 0 | 75 | 2 | 123 | 137 | 105 |
| Binary | 11000000 | 11111011 | 1100011 | 11000 | 0 | 111101 | 10 | 1010011 | 1011111 | 1000101 |
Color Harmonies of #C0FB63
Complementary color
Monochromatic Colors of #C0FB63
Black with #C0FB63
Text Example
Text Example
White with #C0FB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB63; }
p { color: rgb(192,251,99); }
H1.HeaderClassName
{
color: #C0FB63;
}
.AnyTagClassName
{
color: #C0FB63;
}
</style>
background-color css
<style>
a { background-color: #C0FB63; }
a { background-color: rgb(192,251,99); }
div.DivClassName
{
background-color: #C0FB63;
}
.BgClassName
{
background-color: #C0FB63;
}
</style>
border-color css
<style>
span { border-color: #C0FB63; }
span { border-color: rgb(192,251,99); }
td.TdClassName
{
border-color: #C0FB63;
}
.TagClassName
{
border-color: #C0FB63;
}
</style>