Shades of Sulu #C5EA7F
Tints of Sulu #C5EA7F
RGB
CMYK
RGB Variations
Color information
#C5EA7F (or 0xC5EA7F) is known color: Sulu. HEX triplet: C5, EA and 7F. RGB value is (197,234,127). Sum of RGB (Red+Green+Blue) = 197+234+127=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA7F is #3A1580. Grayscale: #D3D3D3. Windows color (decimal): -3806593 or 8383173. OLE color: 8383173.
HSL color Cylindrical-coordinate representation of color #C5EA7F: hue angle of 80.75º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5EA7F is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 127 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.08 |
| HSL | 80.75º | 0.72% | 0.71% | - |
| HSV(B) | 80.75º | 0.46% | 0.92% | - |
| XYZ | 56.28 | 72.25 | 31.06 | - |
| YUV | 210.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 127 | 0.16 | 0 | 0.46 | 0.08 | 80.75 | 0.72 | 0.71 |
| Hex | C5 | EA | 7F | 10 | 0 | 2E | 8 | 51 | 48 | 47 |
| Octal | 305 | 352 | 177 | 20 | 0 | 56 | 10 | 121 | 110 | 107 |
| Binary | 11000101 | 11101010 | 1111111 | 10000 | 0 | 101110 | 1000 | 1010001 | 1001000 | 1000111 |
Color Harmonies of #C5EA7F
Complementary color
Monochromatic Colors of #C5EA7F
Black with #C5EA7F
Text Example
Text Example
White with #C5EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA7F; }
p { color: rgb(197,234,127); }
H1.HeaderClassName
{
color: #C5EA7F;
}
.AnyTagClassName
{
color: #C5EA7F;
}
</style>
background-color css
<style>
a { background-color: #C5EA7F; }
a { background-color: rgb(197,234,127); }
div.DivClassName
{
background-color: #C5EA7F;
}
.BgClassName
{
background-color: #C5EA7F;
}
</style>
border-color css
<style>
span { border-color: #C5EA7F; }
span { border-color: rgb(197,234,127); }
td.TdClassName
{
border-color: #C5EA7F;
}
.TagClassName
{
border-color: #C5EA7F;
}
</style>