Shades of Sulu #C8FE8A
Tints of Sulu #C8FE8A
RGB
CMYK
RGB Variations
Color information
#C8FE8A (or 0xC8FE8A) is known color: Sulu. HEX triplet: C8, FE and 8A. RGB value is (200,254,138). Sum of RGB (Red+Green+Blue) = 200+254+138=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FE8A is #370175. Grayscale: #E1E1E1. Windows color (decimal): -3604854 or 9109192. OLE color: 9109192.
HSL color Cylindrical-coordinate representation of color #C8FE8A: hue angle of 87.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8FE8A is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 254 | 138 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.00 |
| HSL | 87.93º | 0.98% | 0.77% | - |
| HSV(B) | 87.93º | 0.46% | 1% | - |
| XYZ | 63.85 | 85 | 37.09 | - |
| YUV | 224.63 | 79.11 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 254 | 138 | 0.21 | 0 | 0.46 | 0.00 | 87.93 | 0.98 | 0.77 |
| Hex | C8 | FE | 8A | 15 | 0 | 2E | 0 | 58 | 62 | 4D |
| Octal | 310 | 376 | 212 | 25 | 0 | 56 | 0 | 130 | 142 | 115 |
| Binary | 11001000 | 11111110 | 10001010 | 10101 | 0 | 101110 | 0 | 1011000 | 1100010 | 1001101 |
Color Harmonies of #C8FE8A
Complementary color
Monochromatic Colors of #C8FE8A
Black with #C8FE8A
Text Example
Text Example
White with #C8FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FE8A; }
p { color: rgb(200,254,138); }
H1.HeaderClassName
{
color: #C8FE8A;
}
.AnyTagClassName
{
color: #C8FE8A;
}
</style>
background-color css
<style>
a { background-color: #C8FE8A; }
a { background-color: rgb(200,254,138); }
div.DivClassName
{
background-color: #C8FE8A;
}
.BgClassName
{
background-color: #C8FE8A;
}
</style>
border-color css
<style>
span { border-color: #C8FE8A; }
span { border-color: rgb(200,254,138); }
td.TdClassName
{
border-color: #C8FE8A;
}
.TagClassName
{
border-color: #C8FE8A;
}
</style>