Shades of Sulu #C2E58B
Tints of Sulu #C2E58B
RGB
CMYK
RGB Variations
Color information
#C2E58B (or 0xC2E58B) is known color: Sulu. HEX triplet: C2, E5 and 8B. RGB value is (194,229,139). Sum of RGB (Red+Green+Blue) = 194+229+139=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E58B is #3D1A74. Grayscale: #D0D0D0. Windows color (decimal): -4004469 or 9168322. OLE color: 9168322.
HSL color Cylindrical-coordinate representation of color #C2E58B: hue angle of 83.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2E58B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 139 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.10 |
| HSL | 83.33º | 0.63% | 0.72% | - |
| HSV(B) | 83.33º | 0.39% | 0.9% | - |
| XYZ | 54.93 | 69.37 | 34.92 | - |
| YUV | 208.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 139 | 0.15 | 0 | 0.39 | 0.10 | 83.33 | 0.63 | 0.72 |
| Hex | C2 | E5 | 8B | F | 0 | 27 | A | 53 | 3F | 48 |
| Octal | 302 | 345 | 213 | 17 | 0 | 47 | 12 | 123 | 77 | 110 |
| Binary | 11000010 | 11100101 | 10001011 | 1111 | 0 | 100111 | 1010 | 1010011 | 111111 | 1001000 |
Color Harmonies of #C2E58B
Complementary color
Monochromatic Colors of #C2E58B
Black with #C2E58B
Text Example
Text Example
White with #C2E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E58B; }
p { color: rgb(194,229,139); }
H1.HeaderClassName
{
color: #C2E58B;
}
.AnyTagClassName
{
color: #C2E58B;
}
</style>
background-color css
<style>
a { background-color: #C2E58B; }
a { background-color: rgb(194,229,139); }
div.DivClassName
{
background-color: #C2E58B;
}
.BgClassName
{
background-color: #C2E58B;
}
</style>
border-color css
<style>
span { border-color: #C2E58B; }
span { border-color: rgb(194,229,139); }
td.TdClassName
{
border-color: #C2E58B;
}
.TagClassName
{
border-color: #C2E58B;
}
</style>