Shades of Sulu #C2FB71
Tints of Sulu #C2FB71
RGB
CMYK
RGB Variations
Color information
#C2FB71 (or 0xC2FB71) is known color: Sulu. HEX triplet: C2, FB and 71. RGB value is (194,251,113). Sum of RGB (Red+Green+Blue) = 194+251+113=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB71 is #3D048E. Grayscale: #DADADA. Windows color (decimal): -3998863 or 7470018. OLE color: 7470018.
HSL color Cylindrical-coordinate representation of color #C2FB71: hue angle of 84.78º 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 #C2FB71 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 113 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.02 |
| HSL | 84.78º | 0.95% | 0.71% | - |
| HSV(B) | 84.78º | 0.55% | 0.98% | - |
| XYZ | 59.73 | 81.66 | 28.24 | - |
| YUV | 218.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 113 | 0.23 | 0 | 0.55 | 0.02 | 84.78 | 0.95 | 0.71 |
| Hex | C2 | FB | 71 | 17 | 0 | 37 | 2 | 55 | 5F | 47 |
| Octal | 302 | 373 | 161 | 27 | 0 | 67 | 2 | 125 | 137 | 107 |
| Binary | 11000010 | 11111011 | 1110001 | 10111 | 0 | 110111 | 10 | 1010101 | 1011111 | 1000111 |
Color Harmonies of #C2FB71
Complementary color
Monochromatic Colors of #C2FB71
Black with #C2FB71
Text Example
Text Example
White with #C2FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB71; }
p { color: rgb(194,251,113); }
H1.HeaderClassName
{
color: #C2FB71;
}
.AnyTagClassName
{
color: #C2FB71;
}
</style>
background-color css
<style>
a { background-color: #C2FB71; }
a { background-color: rgb(194,251,113); }
div.DivClassName
{
background-color: #C2FB71;
}
.BgClassName
{
background-color: #C2FB71;
}
</style>
border-color css
<style>
span { border-color: #C2FB71; }
span { border-color: rgb(194,251,113); }
td.TdClassName
{
border-color: #C2FB71;
}
.TagClassName
{
border-color: #C2FB71;
}
</style>