Shades of Sulu #C2FF7E
Tints of Sulu #C2FF7E
RGB
CMYK
RGB Variations
Color information
#C2FF7E (or 0xC2FF7E) is known color: Sulu. HEX triplet: C2, FF and 7E. RGB value is (194,255,126). Sum of RGB (Red+Green+Blue) = 194+255+126=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF7E is #3D0081. Grayscale: #DEDEDE. Windows color (decimal): -3997826 or 8323010. OLE color: 8323010.
HSL color Cylindrical-coordinate representation of color #C2FF7E: hue angle of 88.37º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2FF7E is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 126 | - |
| CMYK | 0.24 | 0 | 0.51 | 0 |
| HSL | 88.37º | 1% | 0.75% | - |
| HSV(B) | 88.37º | 0.51% | 1% | - |
| XYZ | 61.77 | 84.5 | 32.79 | - |
| YUV | 222.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 126 | 0.24 | 0 | 0.51 | 0 | 88.37 | 1 | 0.75 |
| Hex | C2 | FF | 7E | 18 | 0 | 33 | 0 | 58 | 64 | 4B |
| Octal | 302 | 377 | 176 | 30 | 0 | 63 | 0 | 130 | 144 | 113 |
| Binary | 11000010 | 11111111 | 1111110 | 11000 | 0 | 110011 | 0 | 1011000 | 1100100 | 1001011 |
Color Harmonies of #C2FF7E
Complementary color
Monochromatic Colors of #C2FF7E
Black with #C2FF7E
Text Example
Text Example
White with #C2FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FF7E; }
p { color: rgb(194,255,126); }
H1.HeaderClassName
{
color: #C2FF7E;
}
.AnyTagClassName
{
color: #C2FF7E;
}
</style>
background-color css
<style>
a { background-color: #C2FF7E; }
a { background-color: rgb(194,255,126); }
div.DivClassName
{
background-color: #C2FF7E;
}
.BgClassName
{
background-color: #C2FF7E;
}
</style>
border-color css
<style>
span { border-color: #C2FF7E; }
span { border-color: rgb(194,255,126); }
td.TdClassName
{
border-color: #C2FF7E;
}
.TagClassName
{
border-color: #C2FF7E;
}
</style>