Shades of Sulu #D4FA7D
Tints of Sulu #D4FA7D
RGB
CMYK
RGB Variations
Color information
#D4FA7D (or 0xD4FA7D) is known color: Sulu. HEX triplet: D4, FA and 7D. RGB value is (212,250,125). Sum of RGB (Red+Green+Blue) = 212+250+125=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA7D is #2B0582. Grayscale: #E0E0E0. Windows color (decimal): -2819459 or 8256212. OLE color: 8256212.
HSL color Cylindrical-coordinate representation of color #D4FA7D: hue angle of 78.24º 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 #D4FA7D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 125 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.02 |
| HSL | 78.24º | 0.93% | 0.74% | - |
| HSV(B) | 78.24º | 0.5% | 0.98% | - |
| XYZ | 65.04 | 83.85 | 32.16 | - |
| YUV | 224.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 125 | 0.15 | 0 | 0.50 | 0.02 | 78.24 | 0.93 | 0.74 |
| Hex | D4 | FA | 7D | F | 0 | 32 | 2 | 4E | 5D | 4A |
| Octal | 324 | 372 | 175 | 17 | 0 | 62 | 2 | 116 | 135 | 112 |
| Binary | 11010100 | 11111010 | 1111101 | 1111 | 0 | 110010 | 10 | 1001110 | 1011101 | 1001010 |
Color Harmonies of #D4FA7D
Complementary color
Monochromatic Colors of #D4FA7D
Black with #D4FA7D
Text Example
Text Example
White with #D4FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA7D; }
p { color: rgb(212,250,125); }
H1.HeaderClassName
{
color: #D4FA7D;
}
.AnyTagClassName
{
color: #D4FA7D;
}
</style>
background-color css
<style>
a { background-color: #D4FA7D; }
a { background-color: rgb(212,250,125); }
div.DivClassName
{
background-color: #D4FA7D;
}
.BgClassName
{
background-color: #D4FA7D;
}
</style>
border-color css
<style>
span { border-color: #D4FA7D; }
span { border-color: rgb(212,250,125); }
td.TdClassName
{
border-color: #D4FA7D;
}
.TagClassName
{
border-color: #D4FA7D;
}
</style>