Shades of Sulu #C8FA83
Tints of Sulu #C8FA83
RGB
CMYK
RGB Variations
Color information
#C8FA83 (or 0xC8FA83) is known color: Sulu. HEX triplet: C8, FA and 83. RGB value is (200,250,131). Sum of RGB (Red+Green+Blue) = 200+250+131=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA83 is #37057C. Grayscale: #DDDDDD. Windows color (decimal): -3605885 or 8649416. OLE color: 8649416.
HSL color Cylindrical-coordinate representation of color #C8FA83: hue angle of 85.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8FA83 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 131 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.02 |
| HSL | 85.21º | 0.92% | 0.75% | - |
| HSV(B) | 85.21º | 0.48% | 0.98% | - |
| XYZ | 62.1 | 82.29 | 34.08 | - |
| YUV | 221.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 131 | 0.2 | 0 | 0.48 | 0.02 | 85.21 | 0.92 | 0.75 |
| Hex | C8 | FA | 83 | 14 | 0 | 30 | 2 | 55 | 5C | 4B |
| Octal | 310 | 372 | 203 | 24 | 0 | 60 | 2 | 125 | 134 | 113 |
| Binary | 11001000 | 11111010 | 10000011 | 10100 | 0 | 110000 | 10 | 1010101 | 1011100 | 1001011 |
Color Harmonies of #C8FA83
Complementary color
Monochromatic Colors of #C8FA83
Black with #C8FA83
Text Example
Text Example
White with #C8FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA83; }
p { color: rgb(200,250,131); }
H1.HeaderClassName
{
color: #C8FA83;
}
.AnyTagClassName
{
color: #C8FA83;
}
</style>
background-color css
<style>
a { background-color: #C8FA83; }
a { background-color: rgb(200,250,131); }
div.DivClassName
{
background-color: #C8FA83;
}
.BgClassName
{
background-color: #C8FA83;
}
</style>
border-color css
<style>
span { border-color: #C8FA83; }
span { border-color: rgb(200,250,131); }
td.TdClassName
{
border-color: #C8FA83;
}
.TagClassName
{
border-color: #C8FA83;
}
</style>