Shades of Sulu #C5ED82
Tints of Sulu #C5ED82
RGB
CMYK
RGB Variations
Color information
#C5ED82 (or 0xC5ED82) is known color: Sulu. HEX triplet: C5, ED and 82. RGB value is (197,237,130). Sum of RGB (Red+Green+Blue) = 197+237+130=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ED82 is #3A127D. Grayscale: #D5D5D5. Windows color (decimal): -3805822 or 8580549. OLE color: 8580549.
HSL color Cylindrical-coordinate representation of color #C5ED82: hue angle of 82.43º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5ED82 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 130 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.07 |
| HSL | 82.43º | 0.75% | 0.72% | - |
| HSV(B) | 82.43º | 0.45% | 0.93% | - |
| XYZ | 57.34 | 74.05 | 32.39 | - |
| YUV | 212.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 130 | 0.17 | 0 | 0.45 | 0.07 | 82.43 | 0.75 | 0.72 |
| Hex | C5 | ED | 82 | 11 | 0 | 2D | 7 | 52 | 4B | 48 |
| Octal | 305 | 355 | 202 | 21 | 0 | 55 | 7 | 122 | 113 | 110 |
| Binary | 11000101 | 11101101 | 10000010 | 10001 | 0 | 101101 | 111 | 1010010 | 1001011 | 1001000 |
Color Harmonies of #C5ED82
Complementary color
Monochromatic Colors of #C5ED82
Black with #C5ED82
Text Example
Text Example
White with #C5ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED82; }
p { color: rgb(197,237,130); }
H1.HeaderClassName
{
color: #C5ED82;
}
.AnyTagClassName
{
color: #C5ED82;
}
</style>
background-color css
<style>
a { background-color: #C5ED82; }
a { background-color: rgb(197,237,130); }
div.DivClassName
{
background-color: #C5ED82;
}
.BgClassName
{
background-color: #C5ED82;
}
</style>
border-color css
<style>
span { border-color: #C5ED82; }
span { border-color: rgb(197,237,130); }
td.TdClassName
{
border-color: #C5ED82;
}
.TagClassName
{
border-color: #C5ED82;
}
</style>