Shades of Sulu #C2FF86
Tints of Sulu #C2FF86
RGB
CMYK
RGB Variations
Color information
#C2FF86 (or 0xC2FF86) is known color: Sulu. HEX triplet: C2, FF and 86. RGB value is (194,255,134). Sum of RGB (Red+Green+Blue) = 194+255+134=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF86 is #3D0079. Grayscale: #DFDFDF. Windows color (decimal): -3997818 or 8847298. OLE color: 8847298.
HSL color Cylindrical-coordinate representation of color #C2FF86: hue angle of 90.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2FF86 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 134 | - |
| CMYK | 0.24 | 0 | 0.47 | 0 |
| HSL | 90.25º | 1% | 0.76% | - |
| HSV(B) | 90.25º | 0.47% | 1% | - |
| XYZ | 62.31 | 84.71 | 35.62 | - |
| YUV | 222.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 134 | 0.24 | 0 | 0.47 | 0 | 90.25 | 1 | 0.76 |
| Hex | C2 | FF | 86 | 18 | 0 | 2F | 0 | 5A | 64 | 4C |
| Octal | 302 | 377 | 206 | 30 | 0 | 57 | 0 | 132 | 144 | 114 |
| Binary | 11000010 | 11111111 | 10000110 | 11000 | 0 | 101111 | 0 | 1011010 | 1100100 | 1001100 |
Color Harmonies of #C2FF86
Complementary color
Monochromatic Colors of #C2FF86
Black with #C2FF86
Text Example
Text Example
White with #C2FF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF86; }
p { color: rgb(194,255,134); }
H1.HeaderClassName
{
color: #C2FF86;
}
.AnyTagClassName
{
color: #C2FF86;
}
</style>
background-color css
<style>
a { background-color: #C2FF86; }
a { background-color: rgb(194,255,134); }
div.DivClassName
{
background-color: #C2FF86;
}
.BgClassName
{
background-color: #C2FF86;
}
</style>
border-color css
<style>
span { border-color: #C2FF86; }
span { border-color: rgb(194,255,134); }
td.TdClassName
{
border-color: #C2FF86;
}
.TagClassName
{
border-color: #C2FF86;
}
</style>