Shades of Sulu #C0ED83
Tints of Sulu #C0ED83
RGB
CMYK
RGB Variations
Color information
#C0ED83 (or 0xC0ED83) is known color: Sulu. HEX triplet: C0, ED and 83. RGB value is (192,237,131). Sum of RGB (Red+Green+Blue) = 192+237+131=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED83 is #3F127C. Grayscale: #D3D3D3. Windows color (decimal): -4133501 or 8646080. OLE color: 8646080.
HSL color Cylindrical-coordinate representation of color #C0ED83: hue angle of 85.47º 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 #C0ED83 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 131 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.07 |
| HSL | 85.47º | 0.75% | 0.72% | - |
| HSV(B) | 85.47º | 0.45% | 0.93% | - |
| XYZ | 56.12 | 73.41 | 32.69 | - |
| YUV | 211.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 131 | 0.19 | 0 | 0.45 | 0.07 | 85.47 | 0.75 | 0.72 |
| Hex | C0 | ED | 83 | 13 | 0 | 2D | 7 | 55 | 4B | 48 |
| Octal | 300 | 355 | 203 | 23 | 0 | 55 | 7 | 125 | 113 | 110 |
| Binary | 11000000 | 11101101 | 10000011 | 10011 | 0 | 101101 | 111 | 1010101 | 1001011 | 1001000 |
Color Harmonies of #C0ED83
Complementary color
Monochromatic Colors of #C0ED83
Black with #C0ED83
Text Example
Text Example
White with #C0ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED83; }
p { color: rgb(192,237,131); }
H1.HeaderClassName
{
color: #C0ED83;
}
.AnyTagClassName
{
color: #C0ED83;
}
</style>
background-color css
<style>
a { background-color: #C0ED83; }
a { background-color: rgb(192,237,131); }
div.DivClassName
{
background-color: #C0ED83;
}
.BgClassName
{
background-color: #C0ED83;
}
</style>
border-color css
<style>
span { border-color: #C0ED83; }
span { border-color: rgb(192,237,131); }
td.TdClassName
{
border-color: #C0ED83;
}
.TagClassName
{
border-color: #C0ED83;
}
</style>