Shades of Sulu #C2FB70
Tints of Sulu #C2FB70
RGB
CMYK
RGB Variations
Color information
#C2FB70 (or 0xC2FB70) is known color: Sulu. HEX triplet: C2, FB and 70. RGB value is (194,251,112). Sum of RGB (Red+Green+Blue) = 194+251+112=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 251 (98.44% from 255 or 45.06% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB70 is #3D048F. Grayscale: #DADADA. Windows color (decimal): -3998864 or 7404482. OLE color: 7404482.
HSL color Cylindrical-coordinate representation of color #C2FB70: hue angle of 84.6º 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 #C2FB70 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 112 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.02 |
| HSL | 84.6º | 0.95% | 0.71% | - |
| HSV(B) | 84.6º | 0.55% | 0.98% | - |
| XYZ | 59.67 | 81.63 | 27.94 | - |
| YUV | 218.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 112 | 0.23 | 0 | 0.55 | 0.02 | 84.6 | 0.95 | 0.71 |
| Hex | C2 | FB | 70 | 17 | 0 | 37 | 2 | 55 | 5F | 47 |
| Octal | 302 | 373 | 160 | 27 | 0 | 67 | 2 | 125 | 137 | 107 |
| Binary | 11000010 | 11111011 | 1110000 | 10111 | 0 | 110111 | 10 | 1010101 | 1011111 | 1000111 |
Color Harmonies of #C2FB70
Complementary color
Monochromatic Colors of #C2FB70
Black with #C2FB70
Text Example
Text Example
White with #C2FB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB70; }
p { color: rgb(194,251,112); }
H1.HeaderClassName
{
color: #C2FB70;
}
.AnyTagClassName
{
color: #C2FB70;
}
</style>
background-color css
<style>
a { background-color: #C2FB70; }
a { background-color: rgb(194,251,112); }
div.DivClassName
{
background-color: #C2FB70;
}
.BgClassName
{
background-color: #C2FB70;
}
</style>
border-color css
<style>
span { border-color: #C2FB70; }
span { border-color: rgb(194,251,112); }
td.TdClassName
{
border-color: #C2FB70;
}
.TagClassName
{
border-color: #C2FB70;
}
</style>