Shades of Sulu #C5EE82
Tints of Sulu #C5EE82
RGB
CMYK
RGB Variations
Color information
#C5EE82 (or 0xC5EE82) is known color: Sulu. HEX triplet: C5, EE and 82. RGB value is (197,238,130). Sum of RGB (Red+Green+Blue) = 197+238+130=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EE82 is #3A117D. Grayscale: #D5D5D5. Windows color (decimal): -3805566 or 8580805. OLE color: 8580805.
HSL color Cylindrical-coordinate representation of color #C5EE82: hue angle of 82.78º degrees, saturation: 0.76, 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 #C5EE82 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 238 | 130 | - |
CMYK | 0.17 | 0 | 0.45 | 0.07 |
HSL | 82.78º | 0.76% | 0.72% | - |
HSV(B) | 82.78º | 0.45% | 0.93% | - |
XYZ | 57.63 | 74.63 | 32.49 | - |
YUV | 213.43 | 80.92 | 116.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 238 | 130 | 0.17 | 0 | 0.45 | 0.07 | 82.78 | 0.76 | 0.72 |
Hex | C5 | EE | 82 | 11 | 0 | 2D | 7 | 53 | 4C | 48 |
Octal | 305 | 356 | 202 | 21 | 0 | 55 | 7 | 123 | 114 | 110 |
Binary | 11000101 | 11101110 | 10000010 | 10001 | 0 | 101101 | 111 | 1010011 | 1001100 | 1001000 |
Color Harmonies of #C5EE82
Complementary color
Monochromatic Colors of #C5EE82
Black with #C5EE82
Text Example
Text Example
White with #C5EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE82; }
p { color: rgb(197,238,130); }
H1.HeaderClassName
{
color: #C5EE82;
}
.AnyTagClassName
{
color: #C5EE82;
}
</style>
background-color css
<style>
a { background-color: #C5EE82; }
a { background-color: rgb(197,238,130); }
div.DivClassName
{
background-color: #C5EE82;
}
.BgClassName
{
background-color: #C5EE82;
}
</style>
border-color css
<style>
span { border-color: #C5EE82; }
span { border-color: rgb(197,238,130); }
td.TdClassName
{
border-color: #C5EE82;
}
.TagClassName
{
border-color: #C5EE82;
}
</style>