Shades of Sulu #C5FB70
Tints of Sulu #C5FB70
RGB
CMYK
RGB Variations
Color information
#C5FB70 (or 0xC5FB70) is known color: Sulu. HEX triplet: C5, FB and 70. RGB value is (197,251,112). Sum of RGB (Red+Green+Blue) = 197+251+112=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB70 is #3A048F. Grayscale: #DBDBDB. Windows color (decimal): -3802256 or 7404485. OLE color: 7404485.
HSL color Cylindrical-coordinate representation of color #C5FB70: hue angle of 83.31º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5FB70 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 112 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.02 |
| HSL | 83.31º | 0.95% | 0.71% | - |
| HSV(B) | 83.31º | 0.55% | 0.98% | - |
| XYZ | 60.45 | 82.03 | 27.98 | - |
| YUV | 219.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 112 | 0.22 | 0 | 0.55 | 0.02 | 83.31 | 0.95 | 0.71 |
| Hex | C5 | FB | 70 | 16 | 0 | 37 | 2 | 53 | 5F | 47 |
| Octal | 305 | 373 | 160 | 26 | 0 | 67 | 2 | 123 | 137 | 107 |
| Binary | 11000101 | 11111011 | 1110000 | 10110 | 0 | 110111 | 10 | 1010011 | 1011111 | 1000111 |
Color Harmonies of #C5FB70
Complementary color
Monochromatic Colors of #C5FB70
Black with #C5FB70
Text Example
Text Example
White with #C5FB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB70; }
p { color: rgb(197,251,112); }
H1.HeaderClassName
{
color: #C5FB70;
}
.AnyTagClassName
{
color: #C5FB70;
}
</style>
background-color css
<style>
a { background-color: #C5FB70; }
a { background-color: rgb(197,251,112); }
div.DivClassName
{
background-color: #C5FB70;
}
.BgClassName
{
background-color: #C5FB70;
}
</style>
border-color css
<style>
span { border-color: #C5FB70; }
span { border-color: rgb(197,251,112); }
td.TdClassName
{
border-color: #C5FB70;
}
.TagClassName
{
border-color: #C5FB70;
}
</style>