Shades of Sulu #C8F083
Tints of Sulu #C8F083
RGB
CMYK
RGB Variations
Color information
#C8F083 (or 0xC8F083) is known color: Sulu. HEX triplet: C8, F0 and 83. RGB value is (200,240,131). Sum of RGB (Red+Green+Blue) = 200+240+131=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F083 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F083 is #370F7C. Grayscale: #D8D8D8. Windows color (decimal): -3608445 or 8646856. OLE color: 8646856.
HSL color Cylindrical-coordinate representation of color #C8F083: hue angle of 82.02º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8F083 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 131 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.06 |
| HSL | 82.02º | 0.78% | 0.73% | - |
| HSV(B) | 82.02º | 0.45% | 0.94% | - |
| XYZ | 59.08 | 76.24 | 33.07 | - |
| YUV | 215.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 131 | 0.17 | 0 | 0.45 | 0.06 | 82.02 | 0.78 | 0.73 |
| Hex | C8 | F0 | 83 | 11 | 0 | 2D | 6 | 52 | 4E | 49 |
| Octal | 310 | 360 | 203 | 21 | 0 | 55 | 6 | 122 | 116 | 111 |
| Binary | 11001000 | 11110000 | 10000011 | 10001 | 0 | 101101 | 110 | 1010010 | 1001110 | 1001001 |
Color Harmonies of #C8F083
Complementary color
Monochromatic Colors of #C8F083
Black with #C8F083
Text Example
Text Example
White with #C8F083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F083; }
p { color: rgb(200,240,131); }
H1.HeaderClassName
{
color: #C8F083;
}
.AnyTagClassName
{
color: #C8F083;
}
</style>
background-color css
<style>
a { background-color: #C8F083; }
a { background-color: rgb(200,240,131); }
div.DivClassName
{
background-color: #C8F083;
}
.BgClassName
{
background-color: #C8F083;
}
</style>
border-color css
<style>
span { border-color: #C8F083; }
span { border-color: rgb(200,240,131); }
td.TdClassName
{
border-color: #C8F083;
}
.TagClassName
{
border-color: #C8F083;
}
</style>