Shades of Sulu #C2E569
Tints of Sulu #C2E569
RGB
CMYK
RGB Variations
Color information
#C2E569 (or 0xC2E569) is known color: Sulu. HEX triplet: C2, E5 and 69. RGB value is (194,229,105). Sum of RGB (Red+Green+Blue) = 194+229+105=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E569 is #3D1A96. Grayscale: #CCCCCC. Windows color (decimal): -4004503 or 6940098. OLE color: 6940098.
HSL color Cylindrical-coordinate representation of color #C2E569: hue angle of 76.94º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2E569 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 105 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.10 |
| HSL | 76.94º | 0.7% | 0.65% | - |
| HSV(B) | 76.94º | 0.54% | 0.9% | - |
| XYZ | 52.82 | 68.53 | 23.81 | - |
| YUV | 204.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 105 | 0.15 | 0 | 0.54 | 0.10 | 76.94 | 0.7 | 0.65 |
| Hex | C2 | E5 | 69 | F | 0 | 36 | A | 4D | 46 | 41 |
| Octal | 302 | 345 | 151 | 17 | 0 | 66 | 12 | 115 | 106 | 101 |
| Binary | 11000010 | 11100101 | 1101001 | 1111 | 0 | 110110 | 1010 | 1001101 | 1000110 | 1000001 |
Color Harmonies of #C2E569
Complementary color
Monochromatic Colors of #C2E569
Black with #C2E569
Text Example
Text Example
White with #C2E569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E569; }
p { color: rgb(194,229,105); }
H1.HeaderClassName
{
color: #C2E569;
}
.AnyTagClassName
{
color: #C2E569;
}
</style>
background-color css
<style>
a { background-color: #C2E569; }
a { background-color: rgb(194,229,105); }
div.DivClassName
{
background-color: #C2E569;
}
.BgClassName
{
background-color: #C2E569;
}
</style>
border-color css
<style>
span { border-color: #C2E569; }
span { border-color: rgb(194,229,105); }
td.TdClassName
{
border-color: #C2E569;
}
.TagClassName
{
border-color: #C2E569;
}
</style>