Shades of Sulu #C2FB73
Tints of Sulu #C2FB73
RGB
CMYK
RGB Variations
Color information
#C2FB73 (or 0xC2FB73) is known color: Sulu. HEX triplet: C2, FB and 73. RGB value is (194,251,115). Sum of RGB (Red+Green+Blue) = 194+251+115=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 115 (45.31% from 255 or 20.54% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB73 is #3D048C. Grayscale: #DADADA. Windows color (decimal): -3998861 or 7601090. OLE color: 7601090.
HSL color Cylindrical-coordinate representation of color #C2FB73: hue angle of 85.15º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2FB73 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 115 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.02 |
| HSL | 85.15º | 0.94% | 0.72% | - |
| HSV(B) | 85.15º | 0.54% | 0.98% | - |
| XYZ | 59.84 | 81.7 | 28.84 | - |
| YUV | 218.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 115 | 0.23 | 0 | 0.54 | 0.02 | 85.15 | 0.94 | 0.72 |
| Hex | C2 | FB | 73 | 17 | 0 | 36 | 2 | 55 | 5E | 48 |
| Octal | 302 | 373 | 163 | 27 | 0 | 66 | 2 | 125 | 136 | 110 |
| Binary | 11000010 | 11111011 | 1110011 | 10111 | 0 | 110110 | 10 | 1010101 | 1011110 | 1001000 |
Color Harmonies of #C2FB73
Complementary color
Monochromatic Colors of #C2FB73
Black with #C2FB73
Text Example
Text Example
White with #C2FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB73; }
p { color: rgb(194,251,115); }
H1.HeaderClassName
{
color: #C2FB73;
}
.AnyTagClassName
{
color: #C2FB73;
}
</style>
background-color css
<style>
a { background-color: #C2FB73; }
a { background-color: rgb(194,251,115); }
div.DivClassName
{
background-color: #C2FB73;
}
.BgClassName
{
background-color: #C2FB73;
}
</style>
border-color css
<style>
span { border-color: #C2FB73; }
span { border-color: rgb(194,251,115); }
td.TdClassName
{
border-color: #C2FB73;
}
.TagClassName
{
border-color: #C2FB73;
}
</style>