Shades of Sulu #C2E46C
Tints of Sulu #C2E46C
RGB
CMYK
RGB Variations
Color information
#C2E46C (or 0xC2E46C) is known color: Sulu. HEX triplet: C2, E4 and 6C. RGB value is (194,228,108). Sum of RGB (Red+Green+Blue) = 194+228+108=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E46C is #3D1B93. Grayscale: #CCCCCC. Windows color (decimal): -4004756 or 7136450. OLE color: 7136450.
HSL color Cylindrical-coordinate representation of color #C2E46C: hue angle of 77º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2E46C is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 108 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.11 |
| HSL | 77º | 0.69% | 0.66% | - |
| HSV(B) | 77º | 0.53% | 0.89% | - |
| XYZ | 52.7 | 68.04 | 24.54 | - |
| YUV | 204.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 108 | 0.15 | 0 | 0.53 | 0.11 | 77 | 0.69 | 0.66 |
| Hex | C2 | E4 | 6C | F | 0 | 35 | B | 4D | 45 | 42 |
| Octal | 302 | 344 | 154 | 17 | 0 | 65 | 13 | 115 | 105 | 102 |
| Binary | 11000010 | 11100100 | 1101100 | 1111 | 0 | 110101 | 1011 | 1001101 | 1000101 | 1000010 |
Color Harmonies of #C2E46C
Complementary color
Monochromatic Colors of #C2E46C
Black with #C2E46C
Text Example
Text Example
White with #C2E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E46C; }
p { color: rgb(194,228,108); }
H1.HeaderClassName
{
color: #C2E46C;
}
.AnyTagClassName
{
color: #C2E46C;
}
</style>
background-color css
<style>
a { background-color: #C2E46C; }
a { background-color: rgb(194,228,108); }
div.DivClassName
{
background-color: #C2E46C;
}
.BgClassName
{
background-color: #C2E46C;
}
</style>
border-color css
<style>
span { border-color: #C2E46C; }
span { border-color: rgb(194,228,108); }
td.TdClassName
{
border-color: #C2E46C;
}
.TagClassName
{
border-color: #C2E46C;
}
</style>