Shades of Sulu #C2FF76
Tints of Sulu #C2FF76
RGB
CMYK
RGB Variations
Color information
#C2FF76 (or 0xC2FF76) is known color: Sulu. HEX triplet: C2, FF and 76. RGB value is (194,255,118). Sum of RGB (Red+Green+Blue) = 194+255+118=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF76 is #3D0089. Grayscale: #DDDDDD. Windows color (decimal): -3997834 or 7798722. OLE color: 7798722.
HSL color Cylindrical-coordinate representation of color #C2FF76: hue angle of 86.72º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2FF76 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 118 | - |
| CMYK | 0.24 | 0 | 0.54 | 0 |
| HSL | 86.72º | 1% | 0.73% | - |
| HSV(B) | 86.72º | 0.54% | 1% | - |
| XYZ | 61.28 | 84.3 | 30.18 | - |
| YUV | 221.14 | 69.79 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 118 | 0.24 | 0 | 0.54 | 0 | 86.72 | 1 | 0.73 |
| Hex | C2 | FF | 76 | 18 | 0 | 36 | 0 | 57 | 64 | 49 |
| Octal | 302 | 377 | 166 | 30 | 0 | 66 | 0 | 127 | 144 | 111 |
| Binary | 11000010 | 11111111 | 1110110 | 11000 | 0 | 110110 | 0 | 1010111 | 1100100 | 1001001 |
Color Harmonies of #C2FF76
Complementary color
Monochromatic Colors of #C2FF76
Black with #C2FF76
Text Example
Text Example
White with #C2FF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF76; }
p { color: rgb(194,255,118); }
H1.HeaderClassName
{
color: #C2FF76;
}
.AnyTagClassName
{
color: #C2FF76;
}
</style>
background-color css
<style>
a { background-color: #C2FF76; }
a { background-color: rgb(194,255,118); }
div.DivClassName
{
background-color: #C2FF76;
}
.BgClassName
{
background-color: #C2FF76;
}
</style>
border-color css
<style>
span { border-color: #C2FF76; }
span { border-color: rgb(194,255,118); }
td.TdClassName
{
border-color: #C2FF76;
}
.TagClassName
{
border-color: #C2FF76;
}
</style>