Shades of Sulu #C8FD8A
Tints of Sulu #C8FD8A
RGB
CMYK
RGB Variations
Color information
#C8FD8A (or 0xC8FD8A) is known color: Sulu. HEX triplet: C8, FD and 8A. RGB value is (200,253,138). Sum of RGB (Red+Green+Blue) = 200+253+138=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FD8A is #370275. Grayscale: #E0E0E0. Windows color (decimal): -3605110 or 9108936. OLE color: 9108936.
HSL color Cylindrical-coordinate representation of color #C8FD8A: hue angle of 87.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8FD8A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 138 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.01 |
| HSL | 87.65º | 0.97% | 0.77% | - |
| HSV(B) | 87.65º | 0.45% | 0.99% | - |
| XYZ | 63.53 | 84.36 | 36.98 | - |
| YUV | 224.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 138 | 0.21 | 0 | 0.45 | 0.01 | 87.65 | 0.97 | 0.77 |
| Hex | C8 | FD | 8A | 15 | 0 | 2D | 1 | 58 | 61 | 4D |
| Octal | 310 | 375 | 212 | 25 | 0 | 55 | 1 | 130 | 141 | 115 |
| Binary | 11001000 | 11111101 | 10001010 | 10101 | 0 | 101101 | 1 | 1011000 | 1100001 | 1001101 |
Color Harmonies of #C8FD8A
Complementary color
Monochromatic Colors of #C8FD8A
Black with #C8FD8A
Text Example
Text Example
White with #C8FD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD8A; }
p { color: rgb(200,253,138); }
H1.HeaderClassName
{
color: #C8FD8A;
}
.AnyTagClassName
{
color: #C8FD8A;
}
</style>
background-color css
<style>
a { background-color: #C8FD8A; }
a { background-color: rgb(200,253,138); }
div.DivClassName
{
background-color: #C8FD8A;
}
.BgClassName
{
background-color: #C8FD8A;
}
</style>
border-color css
<style>
span { border-color: #C8FD8A; }
span { border-color: rgb(200,253,138); }
td.TdClassName
{
border-color: #C8FD8A;
}
.TagClassName
{
border-color: #C8FD8A;
}
</style>