Shades of Sulu #C2F28D
Tints of Sulu #C2F28D
RGB
CMYK
RGB Variations
Color information
#C2F28D (or 0xC2F28D) is known color: Sulu. HEX triplet: C2, F2 and 8D. RGB value is (194,242,141). Sum of RGB (Red+Green+Blue) = 194+242+141=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F28D is #3D0D72. Grayscale: #D8D8D8. Windows color (decimal): -4001139 or 9302722. OLE color: 9302722.
HSL color Cylindrical-coordinate representation of color #C2F28D: hue angle of 88.51º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F28D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 141 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.05 |
| HSL | 88.51º | 0.8% | 0.75% | - |
| HSV(B) | 88.51º | 0.42% | 0.95% | - |
| XYZ | 58.81 | 76.9 | 36.94 | - |
| YUV | 216.13 | 85.6 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 141 | 0.20 | 0 | 0.42 | 0.05 | 88.51 | 0.8 | 0.75 |
| Hex | C2 | F2 | 8D | 14 | 0 | 2A | 5 | 59 | 50 | 4B |
| Octal | 302 | 362 | 215 | 24 | 0 | 52 | 5 | 131 | 120 | 113 |
| Binary | 11000010 | 11110010 | 10001101 | 10100 | 0 | 101010 | 101 | 1011001 | 1010000 | 1001011 |
Color Harmonies of #C2F28D
Complementary color
Monochromatic Colors of #C2F28D
Black with #C2F28D
Text Example
Text Example
White with #C2F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F28D; }
p { color: rgb(194,242,141); }
H1.HeaderClassName
{
color: #C2F28D;
}
.AnyTagClassName
{
color: #C2F28D;
}
</style>
background-color css
<style>
a { background-color: #C2F28D; }
a { background-color: rgb(194,242,141); }
div.DivClassName
{
background-color: #C2F28D;
}
.BgClassName
{
background-color: #C2F28D;
}
</style>
border-color css
<style>
span { border-color: #C2F28D; }
span { border-color: rgb(194,242,141); }
td.TdClassName
{
border-color: #C2F28D;
}
.TagClassName
{
border-color: #C2F28D;
}
</style>