Shades of Sulu #C2E37D
Tints of Sulu #C2E37D
RGB
CMYK
RGB Variations
Color information
#C2E37D (or 0xC2E37D) is known color: Sulu. HEX triplet: C2, E3 and 7D. RGB value is (194,227,125). Sum of RGB (Red+Green+Blue) = 194+227+125=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E37D is #3D1C82. Grayscale: #CDCDCD. Windows color (decimal): -4004995 or 8250306. OLE color: 8250306.
HSL color Cylindrical-coordinate representation of color #C2E37D: hue angle of 79.41º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E37D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 125 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.11 |
| HSL | 79.41º | 0.65% | 0.69% | - |
| HSV(B) | 79.41º | 0.45% | 0.89% | - |
| XYZ | 53.42 | 67.89 | 29.69 | - |
| YUV | 205.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 125 | 0.15 | 0 | 0.45 | 0.11 | 79.41 | 0.65 | 0.69 |
| Hex | C2 | E3 | 7D | F | 0 | 2D | B | 4F | 41 | 45 |
| Octal | 302 | 343 | 175 | 17 | 0 | 55 | 13 | 117 | 101 | 105 |
| Binary | 11000010 | 11100011 | 1111101 | 1111 | 0 | 101101 | 1011 | 1001111 | 1000001 | 1000101 |
Color Harmonies of #C2E37D
Complementary color
Monochromatic Colors of #C2E37D
Black with #C2E37D
Text Example
Text Example
White with #C2E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E37D; }
p { color: rgb(194,227,125); }
H1.HeaderClassName
{
color: #C2E37D;
}
.AnyTagClassName
{
color: #C2E37D;
}
</style>
background-color css
<style>
a { background-color: #C2E37D; }
a { background-color: rgb(194,227,125); }
div.DivClassName
{
background-color: #C2E37D;
}
.BgClassName
{
background-color: #C2E37D;
}
</style>
border-color css
<style>
span { border-color: #C2E37D; }
span { border-color: rgb(194,227,125); }
td.TdClassName
{
border-color: #C2E37D;
}
.TagClassName
{
border-color: #C2E37D;
}
</style>