Shades of Sulu #C2FF81
Tints of Sulu #C2FF81
RGB
CMYK
RGB Variations
Color information
#C2FF81 (or 0xC2FF81) is known color: Sulu. HEX triplet: C2, FF and 81. RGB value is (194,255,129). Sum of RGB (Red+Green+Blue) = 194+255+129=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF81 is #3D007E. Grayscale: #DEDEDE. Windows color (decimal): -3997823 or 8519618. OLE color: 8519618.
HSL color Cylindrical-coordinate representation of color #C2FF81: hue angle of 89.05º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2FF81 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 129 | - |
| CMYK | 0.24 | 0 | 0.49 | 0 |
| HSL | 89.05º | 1% | 0.75% | - |
| HSV(B) | 89.05º | 0.49% | 1% | - |
| XYZ | 61.97 | 84.57 | 33.83 | - |
| YUV | 222.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 129 | 0.24 | 0 | 0.49 | 0 | 89.05 | 1 | 0.75 |
| Hex | C2 | FF | 81 | 18 | 0 | 31 | 0 | 59 | 64 | 4B |
| Octal | 302 | 377 | 201 | 30 | 0 | 61 | 0 | 131 | 144 | 113 |
| Binary | 11000010 | 11111111 | 10000001 | 11000 | 0 | 110001 | 0 | 1011001 | 1100100 | 1001011 |
Color Harmonies of #C2FF81
Complementary color
Monochromatic Colors of #C2FF81
Black with #C2FF81
Text Example
Text Example
White with #C2FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF81; }
p { color: rgb(194,255,129); }
H1.HeaderClassName
{
color: #C2FF81;
}
.AnyTagClassName
{
color: #C2FF81;
}
</style>
background-color css
<style>
a { background-color: #C2FF81; }
a { background-color: rgb(194,255,129); }
div.DivClassName
{
background-color: #C2FF81;
}
.BgClassName
{
background-color: #C2FF81;
}
</style>
border-color css
<style>
span { border-color: #C2FF81; }
span { border-color: rgb(194,255,129); }
td.TdClassName
{
border-color: #C2FF81;
}
.TagClassName
{
border-color: #C2FF81;
}
</style>