Shades of Sulu #C2FB75
Tints of Sulu #C2FB75
RGB
CMYK
RGB Variations
Color information
#C2FB75 (or 0xC2FB75) is known color: Sulu. HEX triplet: C2, FB and 75. RGB value is (194,251,117). Sum of RGB (Red+Green+Blue) = 194+251+117=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB75 is #3D048A. Grayscale: #DBDBDB. Windows color (decimal): -3998859 or 7732162. OLE color: 7732162.
HSL color Cylindrical-coordinate representation of color #C2FB75: hue angle of 85.52º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2FB75 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 117 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.02 |
| HSL | 85.52º | 0.94% | 0.72% | - |
| HSV(B) | 85.52º | 0.53% | 0.98% | - |
| XYZ | 59.96 | 81.75 | 29.45 | - |
| YUV | 218.68 | 70.62 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 117 | 0.23 | 0 | 0.53 | 0.02 | 85.52 | 0.94 | 0.72 |
| Hex | C2 | FB | 75 | 17 | 0 | 35 | 2 | 56 | 5E | 48 |
| Octal | 302 | 373 | 165 | 27 | 0 | 65 | 2 | 126 | 136 | 110 |
| Binary | 11000010 | 11111011 | 1110101 | 10111 | 0 | 110101 | 10 | 1010110 | 1011110 | 1001000 |
Color Harmonies of #C2FB75
Complementary color
Monochromatic Colors of #C2FB75
Black with #C2FB75
Text Example
Text Example
White with #C2FB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FB75; }
p { color: rgb(194,251,117); }
H1.HeaderClassName
{
color: #C2FB75;
}
.AnyTagClassName
{
color: #C2FB75;
}
</style>
background-color css
<style>
a { background-color: #C2FB75; }
a { background-color: rgb(194,251,117); }
div.DivClassName
{
background-color: #C2FB75;
}
.BgClassName
{
background-color: #C2FB75;
}
</style>
border-color css
<style>
span { border-color: #C2FB75; }
span { border-color: rgb(194,251,117); }
td.TdClassName
{
border-color: #C2FB75;
}
.TagClassName
{
border-color: #C2FB75;
}
</style>