Shades of Sulu #C0ED92
Tints of Sulu #C0ED92
RGB
CMYK
RGB Variations
Color information
#C0ED92 (or 0xC0ED92) is known color: Sulu. HEX triplet: C0, ED and 92. RGB value is (192,237,146). Sum of RGB (Red+Green+Blue) = 192+237+146=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0ED92 is #3F126D. Grayscale: #D5D5D5. Windows color (decimal): -4133486 or 9629120. OLE color: 9629120.
HSL color Cylindrical-coordinate representation of color #C0ED92: hue angle of 89.67º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0ED92 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 146 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.07 |
| HSL | 89.67º | 0.72% | 0.75% | - |
| HSV(B) | 89.67º | 0.38% | 0.93% | - |
| XYZ | 57.21 | 73.85 | 38.43 | - |
| YUV | 213.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 146 | 0.19 | 0 | 0.38 | 0.07 | 89.67 | 0.72 | 0.75 |
| Hex | C0 | ED | 92 | 13 | 0 | 26 | 7 | 5A | 48 | 4B |
| Octal | 300 | 355 | 222 | 23 | 0 | 46 | 7 | 132 | 110 | 113 |
| Binary | 11000000 | 11101101 | 10010010 | 10011 | 0 | 100110 | 111 | 1011010 | 1001000 | 1001011 |
Color Harmonies of #C0ED92
Complementary color
Monochromatic Colors of #C0ED92
Black with #C0ED92
Text Example
Text Example
White with #C0ED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED92; }
p { color: rgb(192,237,146); }
H1.HeaderClassName
{
color: #C0ED92;
}
.AnyTagClassName
{
color: #C0ED92;
}
</style>
background-color css
<style>
a { background-color: #C0ED92; }
a { background-color: rgb(192,237,146); }
div.DivClassName
{
background-color: #C0ED92;
}
.BgClassName
{
background-color: #C0ED92;
}
</style>
border-color css
<style>
span { border-color: #C0ED92; }
span { border-color: rgb(192,237,146); }
td.TdClassName
{
border-color: #C0ED92;
}
.TagClassName
{
border-color: #C0ED92;
}
</style>