Shades of Sulu #C0FE8B
Tints of Sulu #C0FE8B
RGB
CMYK
RGB Variations
Color information
#C0FE8B (or 0xC0FE8B) is known color: Sulu. HEX triplet: C0, FE and 8B. RGB value is (192,254,139). Sum of RGB (Red+Green+Blue) = 192+254+139=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE8B is #3F0174. Grayscale: #DEDEDE. Windows color (decimal): -4129141 or 9174720. OLE color: 9174720.
HSL color Cylindrical-coordinate representation of color #C0FE8B: hue angle of 92.35º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0FE8B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 139 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.00 |
| HSL | 92.35º | 0.98% | 0.77% | - |
| HSV(B) | 92.35º | 0.45% | 1% | - |
| XYZ | 61.84 | 83.95 | 37.37 | - |
| YUV | 222.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 139 | 0.24 | 0 | 0.45 | 0.00 | 92.35 | 0.98 | 0.77 |
| Hex | C0 | FE | 8B | 18 | 0 | 2D | 0 | 5C | 62 | 4D |
| Octal | 300 | 376 | 213 | 30 | 0 | 55 | 0 | 134 | 142 | 115 |
| Binary | 11000000 | 11111110 | 10001011 | 11000 | 0 | 101101 | 0 | 1011100 | 1100010 | 1001101 |
Color Harmonies of #C0FE8B
Complementary color
Monochromatic Colors of #C0FE8B
Black with #C0FE8B
Text Example
Text Example
White with #C0FE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE8B; }
p { color: rgb(192,254,139); }
H1.HeaderClassName
{
color: #C0FE8B;
}
.AnyTagClassName
{
color: #C0FE8B;
}
</style>
background-color css
<style>
a { background-color: #C0FE8B; }
a { background-color: rgb(192,254,139); }
div.DivClassName
{
background-color: #C0FE8B;
}
.BgClassName
{
background-color: #C0FE8B;
}
</style>
border-color css
<style>
span { border-color: #C0FE8B; }
span { border-color: rgb(192,254,139); }
td.TdClassName
{
border-color: #C0FE8B;
}
.TagClassName
{
border-color: #C0FE8B;
}
</style>