Shades of Sulu #C8FA7D
Tints of Sulu #C8FA7D
RGB
CMYK
RGB Variations
Color information
#C8FA7D (or 0xC8FA7D) is known color: Sulu. HEX triplet: C8, FA and 7D. RGB value is (200,250,125). Sum of RGB (Red+Green+Blue) = 200+250+125=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA7D is #370582. Grayscale: #DDDDDD. Windows color (decimal): -3605891 or 8256200. OLE color: 8256200.
HSL color Cylindrical-coordinate representation of color #C8FA7D: hue angle of 84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8FA7D is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 125 | - |
| CMYK | 0.2 | 0 | 0.50 | 0.02 |
| HSL | 84º | 0.93% | 0.74% | - |
| HSV(B) | 84º | 0.5% | 0.98% | - |
| XYZ | 61.71 | 82.13 | 32 | - |
| YUV | 220.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 125 | 0.2 | 0 | 0.50 | 0.02 | 84 | 0.93 | 0.74 |
| Hex | C8 | FA | 7D | 14 | 0 | 32 | 2 | 54 | 5D | 4A |
| Octal | 310 | 372 | 175 | 24 | 0 | 62 | 2 | 124 | 135 | 112 |
| Binary | 11001000 | 11111010 | 1111101 | 10100 | 0 | 110010 | 10 | 1010100 | 1011101 | 1001010 |
Color Harmonies of #C8FA7D
Complementary color
Monochromatic Colors of #C8FA7D
Black with #C8FA7D
Text Example
Text Example
White with #C8FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA7D; }
p { color: rgb(200,250,125); }
H1.HeaderClassName
{
color: #C8FA7D;
}
.AnyTagClassName
{
color: #C8FA7D;
}
</style>
background-color css
<style>
a { background-color: #C8FA7D; }
a { background-color: rgb(200,250,125); }
div.DivClassName
{
background-color: #C8FA7D;
}
.BgClassName
{
background-color: #C8FA7D;
}
</style>
border-color css
<style>
span { border-color: #C8FA7D; }
span { border-color: rgb(200,250,125); }
td.TdClassName
{
border-color: #C8FA7D;
}
.TagClassName
{
border-color: #C8FA7D;
}
</style>