Shades of Sulu #C2F27E
Tints of Sulu #C2F27E
RGB
CMYK
RGB Variations
Color information
#C2F27E (or 0xC2F27E) is known color: Sulu. HEX triplet: C2, F2 and 7E. RGB value is (194,242,126). Sum of RGB (Red+Green+Blue) = 194+242+126=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 126 (49.61% from 255 or 22.42% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F27E is #3D0D81. Grayscale: #D6D6D6. Windows color (decimal): -4001154 or 8319682. OLE color: 8319682.
HSL color Cylindrical-coordinate representation of color #C2F27E: hue angle of 84.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F27E is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 126 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.05 |
| HSL | 84.83º | 0.82% | 0.72% | - |
| HSV(B) | 84.83º | 0.48% | 0.95% | - |
| XYZ | 57.77 | 76.48 | 31.46 | - |
| YUV | 214.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 126 | 0.20 | 0 | 0.48 | 0.05 | 84.83 | 0.82 | 0.72 |
| Hex | C2 | F2 | 7E | 14 | 0 | 30 | 5 | 55 | 52 | 48 |
| Octal | 302 | 362 | 176 | 24 | 0 | 60 | 5 | 125 | 122 | 110 |
| Binary | 11000010 | 11110010 | 1111110 | 10100 | 0 | 110000 | 101 | 1010101 | 1010010 | 1001000 |
Color Harmonies of #C2F27E
Complementary color
Monochromatic Colors of #C2F27E
Black with #C2F27E
Text Example
Text Example
White with #C2F27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F27E; }
p { color: rgb(194,242,126); }
H1.HeaderClassName
{
color: #C2F27E;
}
.AnyTagClassName
{
color: #C2F27E;
}
</style>
background-color css
<style>
a { background-color: #C2F27E; }
a { background-color: rgb(194,242,126); }
div.DivClassName
{
background-color: #C2F27E;
}
.BgClassName
{
background-color: #C2F27E;
}
</style>
border-color css
<style>
span { border-color: #C2F27E; }
span { border-color: rgb(194,242,126); }
td.TdClassName
{
border-color: #C2F27E;
}
.TagClassName
{
border-color: #C2F27E;
}
</style>