Shades of Sulu #C8FB82
Tints of Sulu #C8FB82
RGB
CMYK
RGB Variations
Color information
#C8FB82 (or 0xC8FB82) is known color: Sulu. HEX triplet: C8, FB and 82. RGB value is (200,251,130). Sum of RGB (Red+Green+Blue) = 200+251+130=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FB82 is #37047D. Grayscale: #DEDEDE. Windows color (decimal): -3605630 or 8584136. OLE color: 8584136.
HSL color Cylindrical-coordinate representation of color #C8FB82: hue angle of 85.29º degrees, saturation: 0.94, 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 #C8FB82 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 130 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.02 |
| HSL | 85.29º | 0.94% | 0.75% | - |
| HSV(B) | 85.29º | 0.48% | 0.98% | - |
| XYZ | 62.35 | 82.89 | 33.83 | - |
| YUV | 221.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 130 | 0.20 | 0 | 0.48 | 0.02 | 85.29 | 0.94 | 0.75 |
| Hex | C8 | FB | 82 | 14 | 0 | 30 | 2 | 55 | 5E | 4B |
| Octal | 310 | 373 | 202 | 24 | 0 | 60 | 2 | 125 | 136 | 113 |
| Binary | 11001000 | 11111011 | 10000010 | 10100 | 0 | 110000 | 10 | 1010101 | 1011110 | 1001011 |
Color Harmonies of #C8FB82
Complementary color
Monochromatic Colors of #C8FB82
Black with #C8FB82
Text Example
Text Example
White with #C8FB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB82; }
p { color: rgb(200,251,130); }
H1.HeaderClassName
{
color: #C8FB82;
}
.AnyTagClassName
{
color: #C8FB82;
}
</style>
background-color css
<style>
a { background-color: #C8FB82; }
a { background-color: rgb(200,251,130); }
div.DivClassName
{
background-color: #C8FB82;
}
.BgClassName
{
background-color: #C8FB82;
}
</style>
border-color css
<style>
span { border-color: #C8FB82; }
span { border-color: rgb(200,251,130); }
td.TdClassName
{
border-color: #C8FB82;
}
.TagClassName
{
border-color: #C8FB82;
}
</style>