Shades of Sulu #C2E48C
Tints of Sulu #C2E48C
RGB
CMYK
RGB Variations
Color information
#C2E48C (or 0xC2E48C) is known color: Sulu. HEX triplet: C2, E4 and 8C. RGB value is (194,228,140). Sum of RGB (Red+Green+Blue) = 194+228+140=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E48C is #3D1B73. Grayscale: #D0D0D0. Windows color (decimal): -4004724 or 9233602. OLE color: 9233602.
HSL color Cylindrical-coordinate representation of color #C2E48C: hue angle of 83.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2E48C is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 140 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.11 |
| HSL | 83.18º | 0.62% | 0.72% | - |
| HSV(B) | 83.18º | 0.39% | 0.89% | - |
| XYZ | 54.73 | 68.85 | 35.22 | - |
| YUV | 207.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 140 | 0.15 | 0 | 0.39 | 0.11 | 83.18 | 0.62 | 0.72 |
| Hex | C2 | E4 | 8C | F | 0 | 27 | B | 53 | 3E | 48 |
| Octal | 302 | 344 | 214 | 17 | 0 | 47 | 13 | 123 | 76 | 110 |
| Binary | 11000010 | 11100100 | 10001100 | 1111 | 0 | 100111 | 1011 | 1010011 | 111110 | 1001000 |
Color Harmonies of #C2E48C
Complementary color
Monochromatic Colors of #C2E48C
Black with #C2E48C
Text Example
Text Example
White with #C2E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E48C; }
p { color: rgb(194,228,140); }
H1.HeaderClassName
{
color: #C2E48C;
}
.AnyTagClassName
{
color: #C2E48C;
}
</style>
background-color css
<style>
a { background-color: #C2E48C; }
a { background-color: rgb(194,228,140); }
div.DivClassName
{
background-color: #C2E48C;
}
.BgClassName
{
background-color: #C2E48C;
}
</style>
border-color css
<style>
span { border-color: #C2E48C; }
span { border-color: rgb(194,228,140); }
td.TdClassName
{
border-color: #C2E48C;
}
.TagClassName
{
border-color: #C2E48C;
}
</style>