Shades of Sulu #C7FC7D
Tints of Sulu #C7FC7D
RGB
CMYK
RGB Variations
Color information
#C7FC7D (or 0xC7FC7D) is known color: Sulu. HEX triplet: C7, FC and 7D. RGB value is (199,252,125). Sum of RGB (Red+Green+Blue) = 199+252+125=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FC7D is #380382. Grayscale: #DEDEDE. Windows color (decimal): -3670915 or 8256711. OLE color: 8256711.
HSL color Cylindrical-coordinate representation of color #C7FC7D: hue angle of 85.04º degrees, saturation: 0.95, 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 #C7FC7D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 252 | 125 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.01 |
| HSL | 85.04º | 0.95% | 0.74% | - |
| HSV(B) | 85.04º | 0.5% | 0.99% | - |
| XYZ | 62.07 | 83.24 | 32.2 | - |
| YUV | 221.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 252 | 125 | 0.21 | 0 | 0.50 | 0.01 | 85.04 | 0.95 | 0.74 |
| Hex | C7 | FC | 7D | 15 | 0 | 32 | 1 | 55 | 5F | 4A |
| Octal | 307 | 374 | 175 | 25 | 0 | 62 | 1 | 125 | 137 | 112 |
| Binary | 11000111 | 11111100 | 1111101 | 10101 | 0 | 110010 | 1 | 1010101 | 1011111 | 1001010 |
Color Harmonies of #C7FC7D
Complementary color
Monochromatic Colors of #C7FC7D
Black with #C7FC7D
Text Example
Text Example
White with #C7FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FC7D; }
p { color: rgb(199,252,125); }
H1.HeaderClassName
{
color: #C7FC7D;
}
.AnyTagClassName
{
color: #C7FC7D;
}
</style>
background-color css
<style>
a { background-color: #C7FC7D; }
a { background-color: rgb(199,252,125); }
div.DivClassName
{
background-color: #C7FC7D;
}
.BgClassName
{
background-color: #C7FC7D;
}
</style>
border-color css
<style>
span { border-color: #C7FC7D; }
span { border-color: rgb(199,252,125); }
td.TdClassName
{
border-color: #C7FC7D;
}
.TagClassName
{
border-color: #C7FC7D;
}
</style>