Shades of Sulu #C5ED6A
Tints of Sulu #C5ED6A
RGB
CMYK
RGB Variations
Color information
#C5ED6A (or 0xC5ED6A) is known color: Sulu. HEX triplet: C5, ED and 6A. RGB value is (197,237,106). Sum of RGB (Red+Green+Blue) = 197+237+106=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED6A is #3A1295. Grayscale: #D2D2D2. Windows color (decimal): -3805846 or 7007685. OLE color: 7007685.
HSL color Cylindrical-coordinate representation of color #C5ED6A: hue angle of 78.32º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5ED6A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 106 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.07 |
| HSL | 78.32º | 0.78% | 0.67% | - |
| HSV(B) | 78.32º | 0.55% | 0.93% | - |
| XYZ | 55.91 | 73.48 | 24.87 | - |
| YUV | 210.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 106 | 0.17 | 0 | 0.55 | 0.07 | 78.32 | 0.78 | 0.67 |
| Hex | C5 | ED | 6A | 11 | 0 | 37 | 7 | 4E | 4E | 43 |
| Octal | 305 | 355 | 152 | 21 | 0 | 67 | 7 | 116 | 116 | 103 |
| Binary | 11000101 | 11101101 | 1101010 | 10001 | 0 | 110111 | 111 | 1001110 | 1001110 | 1000011 |
Color Harmonies of #C5ED6A
Complementary color
Monochromatic Colors of #C5ED6A
Black with #C5ED6A
Text Example
Text Example
White with #C5ED6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED6A; }
p { color: rgb(197,237,106); }
H1.HeaderClassName
{
color: #C5ED6A;
}
.AnyTagClassName
{
color: #C5ED6A;
}
</style>
background-color css
<style>
a { background-color: #C5ED6A; }
a { background-color: rgb(197,237,106); }
div.DivClassName
{
background-color: #C5ED6A;
}
.BgClassName
{
background-color: #C5ED6A;
}
</style>
border-color css
<style>
span { border-color: #C5ED6A; }
span { border-color: rgb(197,237,106); }
td.TdClassName
{
border-color: #C5ED6A;
}
.TagClassName
{
border-color: #C5ED6A;
}
</style>