Shades of Sulu #C8FE82
Tints of Sulu #C8FE82
RGB
CMYK
RGB Variations
Color information
#C8FE82 (or 0xC8FE82) is known color: Sulu. HEX triplet: C8, FE and 82. RGB value is (200,254,130). Sum of RGB (Red+Green+Blue) = 200+254+130=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FE82 is #37017D. Grayscale: #E0E0E0. Windows color (decimal): -3604862 or 8584904. OLE color: 8584904.
HSL color Cylindrical-coordinate representation of color #C8FE82: hue angle of 86.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8FE82 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 130 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.00 |
| HSL | 86.13º | 0.98% | 0.75% | - |
| HSV(B) | 86.13º | 0.49% | 1% | - |
| XYZ | 63.29 | 84.77 | 34.15 | - |
| YUV | 223.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 130 | 0.21 | 0 | 0.49 | 0.00 | 86.13 | 0.98 | 0.75 |
| Hex | C8 | FE | 82 | 15 | 0 | 31 | 0 | 56 | 62 | 4B |
| Octal | 310 | 376 | 202 | 25 | 0 | 61 | 0 | 126 | 142 | 113 |
| Binary | 11001000 | 11111110 | 10000010 | 10101 | 0 | 110001 | 0 | 1010110 | 1100010 | 1001011 |
Color Harmonies of #C8FE82
Complementary color
Monochromatic Colors of #C8FE82
Black with #C8FE82
Text Example
Text Example
White with #C8FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE82; }
p { color: rgb(200,254,130); }
H1.HeaderClassName
{
color: #C8FE82;
}
.AnyTagClassName
{
color: #C8FE82;
}
</style>
background-color css
<style>
a { background-color: #C8FE82; }
a { background-color: rgb(200,254,130); }
div.DivClassName
{
background-color: #C8FE82;
}
.BgClassName
{
background-color: #C8FE82;
}
</style>
border-color css
<style>
span { border-color: #C8FE82; }
span { border-color: rgb(200,254,130); }
td.TdClassName
{
border-color: #C8FE82;
}
.TagClassName
{
border-color: #C8FE82;
}
</style>