Shades of Sulu #D4F87A
Tints of Sulu #D4F87A
RGB
CMYK
RGB Variations
Color information
#D4F87A (or 0xD4F87A) is known color: Sulu. HEX triplet: D4, F8 and 7A. RGB value is (212,248,122). Sum of RGB (Red+Green+Blue) = 212+248+122=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F87A is #2B0785. Grayscale: #DFDFDF. Windows color (decimal): -2819974 or 8059092. OLE color: 8059092.
HSL color Cylindrical-coordinate representation of color #D4F87A: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4F87A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 122 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.03 |
| HSL | 77.14º | 0.9% | 0.73% | - |
| HSV(B) | 77.14º | 0.51% | 0.97% | - |
| XYZ | 64.23 | 82.54 | 30.96 | - |
| YUV | 222.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 122 | 0.15 | 0 | 0.51 | 0.03 | 77.14 | 0.9 | 0.73 |
| Hex | D4 | F8 | 7A | F | 0 | 33 | 3 | 4D | 5A | 49 |
| Octal | 324 | 370 | 172 | 17 | 0 | 63 | 3 | 115 | 132 | 111 |
| Binary | 11010100 | 11111000 | 1111010 | 1111 | 0 | 110011 | 11 | 1001101 | 1011010 | 1001001 |
Color Harmonies of #D4F87A
Complementary color
Monochromatic Colors of #D4F87A
Black with #D4F87A
Text Example
Text Example
White with #D4F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F87A; }
p { color: rgb(212,248,122); }
H1.HeaderClassName
{
color: #D4F87A;
}
.AnyTagClassName
{
color: #D4F87A;
}
</style>
background-color css
<style>
a { background-color: #D4F87A; }
a { background-color: rgb(212,248,122); }
div.DivClassName
{
background-color: #D4F87A;
}
.BgClassName
{
background-color: #D4F87A;
}
</style>
border-color css
<style>
span { border-color: #D4F87A; }
span { border-color: rgb(212,248,122); }
td.TdClassName
{
border-color: #D4F87A;
}
.TagClassName
{
border-color: #D4F87A;
}
</style>