Shades of Sulu #C1ED82
Tints of Sulu #C1ED82
RGB
CMYK
RGB Variations
Color information
#C1ED82 (or 0xC1ED82) is known color: Sulu. HEX triplet: C1, ED and 82. RGB value is (193,237,130). Sum of RGB (Red+Green+Blue) = 193+237+130=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED82 is #3E127D. Grayscale: #D4D4D4. Windows color (decimal): -4067966 or 8580545. OLE color: 8580545.
HSL color Cylindrical-coordinate representation of color #C1ED82: hue angle of 84.67º 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 #C1ED82 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 130 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 84.67º | 0.75% | 0.72% | - |
| HSV(B) | 84.67º | 0.45% | 0.93% | - |
| XYZ | 56.31 | 73.52 | 32.34 | - |
| YUV | 211.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 130 | 0.19 | 0 | 0.45 | 0.07 | 84.67 | 0.75 | 0.72 |
| Hex | C1 | ED | 82 | 13 | 0 | 2D | 7 | 55 | 4B | 48 |
| Octal | 301 | 355 | 202 | 23 | 0 | 55 | 7 | 125 | 113 | 110 |
| Binary | 11000001 | 11101101 | 10000010 | 10011 | 0 | 101101 | 111 | 1010101 | 1001011 | 1001000 |
Color Harmonies of #C1ED82
Complementary color
Monochromatic Colors of #C1ED82
Black with #C1ED82
Text Example
Text Example
White with #C1ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED82; }
p { color: rgb(193,237,130); }
H1.HeaderClassName
{
color: #C1ED82;
}
.AnyTagClassName
{
color: #C1ED82;
}
</style>
background-color css
<style>
a { background-color: #C1ED82; }
a { background-color: rgb(193,237,130); }
div.DivClassName
{
background-color: #C1ED82;
}
.BgClassName
{
background-color: #C1ED82;
}
</style>
border-color css
<style>
span { border-color: #C1ED82; }
span { border-color: rgb(193,237,130); }
td.TdClassName
{
border-color: #C1ED82;
}
.TagClassName
{
border-color: #C1ED82;
}
</style>