Shades of Sulu #D4F47A
Tints of Sulu #D4F47A
RGB
CMYK
RGB Variations
Color information
#D4F47A (or 0xD4F47A) is known color: Sulu. HEX triplet: D4, F4 and 7A. RGB value is (212,244,122). Sum of RGB (Red+Green+Blue) = 212+244+122=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F47A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F47A is #2B0B85. Grayscale: #DCDCDC. Windows color (decimal): -2820998 or 8058068. OLE color: 8058068.
HSL color Cylindrical-coordinate representation of color #D4F47A: hue angle of 75.74º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4F47A is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 122 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.04 |
| HSL | 75.74º | 0.85% | 0.72% | - |
| HSV(B) | 75.74º | 0.5% | 0.96% | - |
| XYZ | 63.01 | 80.1 | 30.55 | - |
| YUV | 220.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 122 | 0.13 | 0 | 0.5 | 0.04 | 75.74 | 0.85 | 0.72 |
| Hex | D4 | F4 | 7A | D | 0 | 32 | 4 | 4C | 55 | 48 |
| Octal | 324 | 364 | 172 | 15 | 0 | 62 | 4 | 114 | 125 | 110 |
| Binary | 11010100 | 11110100 | 1111010 | 1101 | 0 | 110010 | 100 | 1001100 | 1010101 | 1001000 |
Color Harmonies of #D4F47A
Complementary color
Monochromatic Colors of #D4F47A
Black with #D4F47A
Text Example
Text Example
White with #D4F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F47A; }
p { color: rgb(212,244,122); }
H1.HeaderClassName
{
color: #D4F47A;
}
.AnyTagClassName
{
color: #D4F47A;
}
</style>
background-color css
<style>
a { background-color: #D4F47A; }
a { background-color: rgb(212,244,122); }
div.DivClassName
{
background-color: #D4F47A;
}
.BgClassName
{
background-color: #D4F47A;
}
</style>
border-color css
<style>
span { border-color: #D4F47A; }
span { border-color: rgb(212,244,122); }
td.TdClassName
{
border-color: #D4F47A;
}
.TagClassName
{
border-color: #D4F47A;
}
</style>