Shades of Sulu #C2E46B
Tints of Sulu #C2E46B
RGB
CMYK
RGB Variations
Color information
#C2E46B (or 0xC2E46B) is known color: Sulu. HEX triplet: C2, E4 and 6B. RGB value is (194,228,107). Sum of RGB (Red+Green+Blue) = 194+228+107=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E46B is #3D1B94. Grayscale: #CCCCCC. Windows color (decimal): -4004757 or 7070914. OLE color: 7070914.
HSL color Cylindrical-coordinate representation of color #C2E46B: hue angle of 76.86º 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 #C2E46B is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 107 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.11 |
| HSL | 76.86º | 0.69% | 0.66% | - |
| HSV(B) | 76.86º | 0.53% | 0.89% | - |
| XYZ | 52.65 | 68.02 | 24.26 | - |
| YUV | 204.04 | 73.24 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 107 | 0.15 | 0 | 0.53 | 0.11 | 76.86 | 0.69 | 0.66 |
| Hex | C2 | E4 | 6B | F | 0 | 35 | B | 4D | 45 | 42 |
| Octal | 302 | 344 | 153 | 17 | 0 | 65 | 13 | 115 | 105 | 102 |
| Binary | 11000010 | 11100100 | 1101011 | 1111 | 0 | 110101 | 1011 | 1001101 | 1000101 | 1000010 |
Color Harmonies of #C2E46B
Complementary color
Monochromatic Colors of #C2E46B
Black with #C2E46B
Text Example
Text Example
White with #C2E46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E46B; }
p { color: rgb(194,228,107); }
H1.HeaderClassName
{
color: #C2E46B;
}
.AnyTagClassName
{
color: #C2E46B;
}
</style>
background-color css
<style>
a { background-color: #C2E46B; }
a { background-color: rgb(194,228,107); }
div.DivClassName
{
background-color: #C2E46B;
}
.BgClassName
{
background-color: #C2E46B;
}
</style>
border-color css
<style>
span { border-color: #C2E46B; }
span { border-color: rgb(194,228,107); }
td.TdClassName
{
border-color: #C2E46B;
}
.TagClassName
{
border-color: #C2E46B;
}
</style>