Shades of Sulu #C1ED83
Tints of Sulu #C1ED83
RGB
CMYK
RGB Variations
Color information
#C1ED83 (or 0xC1ED83) is known color: Sulu. HEX triplet: C1, ED and 83. RGB value is (193,237,131). Sum of RGB (Red+Green+Blue) = 193+237+131=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1ED83 is #3E127C. Grayscale: #D4D4D4. Windows color (decimal): -4067965 or 8646081. OLE color: 8646081.
HSL color Cylindrical-coordinate representation of color #C1ED83: hue angle of 84.91º 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 #C1ED83 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 237 | 131 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 84.91º | 0.75% | 0.72% | - |
| HSV(B) | 84.91º | 0.45% | 0.93% | - |
| XYZ | 56.37 | 73.54 | 32.7 | - |
| YUV | 211.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 237 | 131 | 0.19 | 0 | 0.45 | 0.07 | 84.91 | 0.75 | 0.72 |
| Hex | C1 | ED | 83 | 13 | 0 | 2D | 7 | 55 | 4B | 48 |
| Octal | 301 | 355 | 203 | 23 | 0 | 55 | 7 | 125 | 113 | 110 |
| Binary | 11000001 | 11101101 | 10000011 | 10011 | 0 | 101101 | 111 | 1010101 | 1001011 | 1001000 |
Color Harmonies of #C1ED83
Complementary color
Monochromatic Colors of #C1ED83
Black with #C1ED83
Text Example
Text Example
White with #C1ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ED83; }
p { color: rgb(193,237,131); }
H1.HeaderClassName
{
color: #C1ED83;
}
.AnyTagClassName
{
color: #C1ED83;
}
</style>
background-color css
<style>
a { background-color: #C1ED83; }
a { background-color: rgb(193,237,131); }
div.DivClassName
{
background-color: #C1ED83;
}
.BgClassName
{
background-color: #C1ED83;
}
</style>
border-color css
<style>
span { border-color: #C1ED83; }
span { border-color: rgb(193,237,131); }
td.TdClassName
{
border-color: #C1ED83;
}
.TagClassName
{
border-color: #C1ED83;
}
</style>