Shades of Sulu #C2F27A
Tints of Sulu #C2F27A
RGB
CMYK
RGB Variations
Color information
#C2F27A (or 0xC2F27A) is known color: Sulu. HEX triplet: C2, F2 and 7A. RGB value is (194,242,122). Sum of RGB (Red+Green+Blue) = 194+242+122=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F27A is #3D0D85. Grayscale: #D6D6D6. Windows color (decimal): -4001158 or 8057538. OLE color: 8057538.
HSL color Cylindrical-coordinate representation of color #C2F27A: hue angle of 84º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F27A is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 122 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.05 |
| HSL | 84º | 0.82% | 0.71% | - |
| HSV(B) | 84º | 0.5% | 0.95% | - |
| XYZ | 57.51 | 76.38 | 30.12 | - |
| YUV | 213.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 122 | 0.20 | 0 | 0.50 | 0.05 | 84 | 0.82 | 0.71 |
| Hex | C2 | F2 | 7A | 14 | 0 | 32 | 5 | 54 | 52 | 47 |
| Octal | 302 | 362 | 172 | 24 | 0 | 62 | 5 | 124 | 122 | 107 |
| Binary | 11000010 | 11110010 | 1111010 | 10100 | 0 | 110010 | 101 | 1010100 | 1010010 | 1000111 |
Color Harmonies of #C2F27A
Complementary color
Monochromatic Colors of #C2F27A
Black with #C2F27A
Text Example
Text Example
White with #C2F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F27A; }
p { color: rgb(194,242,122); }
H1.HeaderClassName
{
color: #C2F27A;
}
.AnyTagClassName
{
color: #C2F27A;
}
</style>
background-color css
<style>
a { background-color: #C2F27A; }
a { background-color: rgb(194,242,122); }
div.DivClassName
{
background-color: #C2F27A;
}
.BgClassName
{
background-color: #C2F27A;
}
</style>
border-color css
<style>
span { border-color: #C2F27A; }
span { border-color: rgb(194,242,122); }
td.TdClassName
{
border-color: #C2F27A;
}
.TagClassName
{
border-color: #C2F27A;
}
</style>