Shades of Sulu #C0F883
Tints of Sulu #C0F883
RGB
CMYK
RGB Variations
Color information
#C0F883 (or 0xC0F883) is known color: Sulu. HEX triplet: C0, F8 and 83. RGB value is (192,248,131). Sum of RGB (Red+Green+Blue) = 192+248+131=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F883 is #3F077C. Grayscale: #DADADA. Windows color (decimal): -4130685 or 8648896. OLE color: 8648896.
HSL color Cylindrical-coordinate representation of color #C0F883: hue angle of 88.72º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F883 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 131 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.03 |
| HSL | 88.72º | 0.89% | 0.74% | - |
| HSV(B) | 88.72º | 0.47% | 0.97% | - |
| XYZ | 59.4 | 79.98 | 33.78 | - |
| YUV | 217.92 | 78.95 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 131 | 0.23 | 0 | 0.47 | 0.03 | 88.72 | 0.89 | 0.74 |
| Hex | C0 | F8 | 83 | 17 | 0 | 2F | 3 | 59 | 59 | 4A |
| Octal | 300 | 370 | 203 | 27 | 0 | 57 | 3 | 131 | 131 | 112 |
| Binary | 11000000 | 11111000 | 10000011 | 10111 | 0 | 101111 | 11 | 1011001 | 1011001 | 1001010 |
Color Harmonies of #C0F883
Complementary color
Monochromatic Colors of #C0F883
Black with #C0F883
Text Example
Text Example
White with #C0F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F883; }
p { color: rgb(192,248,131); }
H1.HeaderClassName
{
color: #C0F883;
}
.AnyTagClassName
{
color: #C0F883;
}
</style>
background-color css
<style>
a { background-color: #C0F883; }
a { background-color: rgb(192,248,131); }
div.DivClassName
{
background-color: #C0F883;
}
.BgClassName
{
background-color: #C0F883;
}
</style>
border-color css
<style>
span { border-color: #C0F883; }
span { border-color: rgb(192,248,131); }
td.TdClassName
{
border-color: #C0F883;
}
.TagClassName
{
border-color: #C0F883;
}
</style>