Shades of Sulu #C1ED81
Tints of Sulu #C1ED81
RGB
CMYK
RGB Variations
Color information
#C1ED81 (or 0xC1ED81) is known color: Sulu. HEX triplet: C1, ED and 81. RGB value is (193,237,129). Sum of RGB (Red+Green+Blue) = 193+237+129=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED81 is #3E127E. Grayscale: #D3D3D3. Windows color (decimal): -4067967 or 8515009. OLE color: 8515009.
HSL color Cylindrical-coordinate representation of color #C1ED81: hue angle of 84.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1ED81 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 129 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.07 |
| HSL | 84.44º | 0.75% | 0.72% | - |
| HSV(B) | 84.44º | 0.46% | 0.93% | - |
| XYZ | 56.24 | 73.49 | 31.99 | - |
| YUV | 211.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 129 | 0.19 | 0 | 0.46 | 0.07 | 84.44 | 0.75 | 0.72 |
| Hex | C1 | ED | 81 | 13 | 0 | 2E | 7 | 54 | 4B | 48 |
| Octal | 301 | 355 | 201 | 23 | 0 | 56 | 7 | 124 | 113 | 110 |
| Binary | 11000001 | 11101101 | 10000001 | 10011 | 0 | 101110 | 111 | 1010100 | 1001011 | 1001000 |
Color Harmonies of #C1ED81
Complementary color
Monochromatic Colors of #C1ED81
Black with #C1ED81
Text Example
Text Example
White with #C1ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED81; }
p { color: rgb(193,237,129); }
H1.HeaderClassName
{
color: #C1ED81;
}
.AnyTagClassName
{
color: #C1ED81;
}
</style>
background-color css
<style>
a { background-color: #C1ED81; }
a { background-color: rgb(193,237,129); }
div.DivClassName
{
background-color: #C1ED81;
}
.BgClassName
{
background-color: #C1ED81;
}
</style>
border-color css
<style>
span { border-color: #C1ED81; }
span { border-color: rgb(193,237,129); }
td.TdClassName
{
border-color: #C1ED81;
}
.TagClassName
{
border-color: #C1ED81;
}
</style>