Shades of Sulu #C8FA82
Tints of Sulu #C8FA82
RGB
CMYK
RGB Variations
Color information
#C8FA82 (or 0xC8FA82) is known color: Sulu. HEX triplet: C8, FA and 82. RGB value is (200,250,130). Sum of RGB (Red+Green+Blue) = 200+250+130=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FA82 is #37057D. Grayscale: #DDDDDD. Windows color (decimal): -3605886 or 8583880. OLE color: 8583880.
HSL color Cylindrical-coordinate representation of color #C8FA82: hue angle of 85º 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 #C8FA82 is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 130 | - |
| CMYK | 0.2 | 0 | 0.48 | 0.02 |
| HSL | 85º | 0.92% | 0.75% | - |
| HSV(B) | 85º | 0.48% | 0.98% | - |
| XYZ | 62.03 | 82.26 | 33.73 | - |
| YUV | 221.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 130 | 0.2 | 0 | 0.48 | 0.02 | 85 | 0.92 | 0.75 |
| Hex | C8 | FA | 82 | 14 | 0 | 30 | 2 | 55 | 5C | 4B |
| Octal | 310 | 372 | 202 | 24 | 0 | 60 | 2 | 125 | 134 | 113 |
| Binary | 11001000 | 11111010 | 10000010 | 10100 | 0 | 110000 | 10 | 1010101 | 1011100 | 1001011 |
Color Harmonies of #C8FA82
Complementary color
Monochromatic Colors of #C8FA82
Black with #C8FA82
Text Example
Text Example
White with #C8FA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA82; }
p { color: rgb(200,250,130); }
H1.HeaderClassName
{
color: #C8FA82;
}
.AnyTagClassName
{
color: #C8FA82;
}
</style>
background-color css
<style>
a { background-color: #C8FA82; }
a { background-color: rgb(200,250,130); }
div.DivClassName
{
background-color: #C8FA82;
}
.BgClassName
{
background-color: #C8FA82;
}
</style>
border-color css
<style>
span { border-color: #C8FA82; }
span { border-color: rgb(200,250,130); }
td.TdClassName
{
border-color: #C8FA82;
}
.TagClassName
{
border-color: #C8FA82;
}
</style>