Shades of Sulu #D4FC7D
Tints of Sulu #D4FC7D
RGB
CMYK
RGB Variations
Color information
#D4FC7D (or 0xD4FC7D) is known color: Sulu. HEX triplet: D4, FC and 7D. RGB value is (212,252,125). Sum of RGB (Red+Green+Blue) = 212+252+125=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FC7D is #2B0382. Grayscale: #E2E2E2. Windows color (decimal): -2818947 or 8256724. OLE color: 8256724.
HSL color Cylindrical-coordinate representation of color #D4FC7D: hue angle of 78.9º 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 #D4FC7D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 125 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.01 |
| HSL | 78.9º | 0.95% | 0.74% | - |
| HSV(B) | 78.9º | 0.5% | 0.99% | - |
| XYZ | 65.66 | 85.1 | 32.37 | - |
| YUV | 225.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 125 | 0.16 | 0 | 0.50 | 0.01 | 78.9 | 0.95 | 0.74 |
| Hex | D4 | FC | 7D | 10 | 0 | 32 | 1 | 4F | 5F | 4A |
| Octal | 324 | 374 | 175 | 20 | 0 | 62 | 1 | 117 | 137 | 112 |
| Binary | 11010100 | 11111100 | 1111101 | 10000 | 0 | 110010 | 1 | 1001111 | 1011111 | 1001010 |
Color Harmonies of #D4FC7D
Complementary color
Monochromatic Colors of #D4FC7D
Black with #D4FC7D
Text Example
Text Example
White with #D4FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC7D; }
p { color: rgb(212,252,125); }
H1.HeaderClassName
{
color: #D4FC7D;
}
.AnyTagClassName
{
color: #D4FC7D;
}
</style>
background-color css
<style>
a { background-color: #D4FC7D; }
a { background-color: rgb(212,252,125); }
div.DivClassName
{
background-color: #D4FC7D;
}
.BgClassName
{
background-color: #D4FC7D;
}
</style>
border-color css
<style>
span { border-color: #D4FC7D; }
span { border-color: rgb(212,252,125); }
td.TdClassName
{
border-color: #D4FC7D;
}
.TagClassName
{
border-color: #D4FC7D;
}
</style>