Shades of Sulu #C8FD7E
Tints of Sulu #C8FD7E
RGB
CMYK
RGB Variations
Color information
#C8FD7E (or 0xC8FD7E) is known color: Sulu. HEX triplet: C8, FD and 7E. RGB value is (200,253,126). Sum of RGB (Red+Green+Blue) = 200+253+126=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD7E is #370281. Grayscale: #DFDFDF. Windows color (decimal): -3605122 or 8322504. OLE color: 8322504.
HSL color Cylindrical-coordinate representation of color #C8FD7E: hue angle of 85.04º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8FD7E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 126 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.01 |
| HSL | 85.04º | 0.97% | 0.74% | - |
| HSV(B) | 85.04º | 0.5% | 0.99% | - |
| XYZ | 62.71 | 84.04 | 32.65 | - |
| YUV | 222.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 126 | 0.21 | 0 | 0.50 | 0.01 | 85.04 | 0.97 | 0.74 |
| Hex | C8 | FD | 7E | 15 | 0 | 32 | 1 | 55 | 61 | 4A |
| Octal | 310 | 375 | 176 | 25 | 0 | 62 | 1 | 125 | 141 | 112 |
| Binary | 11001000 | 11111101 | 1111110 | 10101 | 0 | 110010 | 1 | 1010101 | 1100001 | 1001010 |
Color Harmonies of #C8FD7E
Complementary color
Monochromatic Colors of #C8FD7E
Black with #C8FD7E
Text Example
Text Example
White with #C8FD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD7E; }
p { color: rgb(200,253,126); }
H1.HeaderClassName
{
color: #C8FD7E;
}
.AnyTagClassName
{
color: #C8FD7E;
}
</style>
background-color css
<style>
a { background-color: #C8FD7E; }
a { background-color: rgb(200,253,126); }
div.DivClassName
{
background-color: #C8FD7E;
}
.BgClassName
{
background-color: #C8FD7E;
}
</style>
border-color css
<style>
span { border-color: #C8FD7E; }
span { border-color: rgb(200,253,126); }
td.TdClassName
{
border-color: #C8FD7E;
}
.TagClassName
{
border-color: #C8FD7E;
}
</style>