Shades of Sulu #D4FB7A
Tints of Sulu #D4FB7A
RGB
CMYK
RGB Variations
Color information
#D4FB7A (or 0xD4FB7A) is known color: Sulu. HEX triplet: D4, FB and 7A. RGB value is (212,251,122). Sum of RGB (Red+Green+Blue) = 212+251+122=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 251 (98.44% from 255 or 42.91% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB7A is #2B0485. Grayscale: #E1E1E1. Windows color (decimal): -2819206 or 8059860. OLE color: 8059860.
HSL color Cylindrical-coordinate representation of color #D4FB7A: hue angle of 78.14º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4FB7A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 122 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.02 |
| HSL | 78.14º | 0.94% | 0.73% | - |
| HSV(B) | 78.14º | 0.51% | 0.98% | - |
| XYZ | 65.16 | 84.4 | 31.27 | - |
| YUV | 224.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 122 | 0.16 | 0 | 0.51 | 0.02 | 78.14 | 0.94 | 0.73 |
| Hex | D4 | FB | 7A | 10 | 0 | 33 | 2 | 4E | 5E | 49 |
| Octal | 324 | 373 | 172 | 20 | 0 | 63 | 2 | 116 | 136 | 111 |
| Binary | 11010100 | 11111011 | 1111010 | 10000 | 0 | 110011 | 10 | 1001110 | 1011110 | 1001001 |
Color Harmonies of #D4FB7A
Complementary color
Monochromatic Colors of #D4FB7A
Black with #D4FB7A
Text Example
Text Example
White with #D4FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB7A; }
p { color: rgb(212,251,122); }
H1.HeaderClassName
{
color: #D4FB7A;
}
.AnyTagClassName
{
color: #D4FB7A;
}
</style>
background-color css
<style>
a { background-color: #D4FB7A; }
a { background-color: rgb(212,251,122); }
div.DivClassName
{
background-color: #D4FB7A;
}
.BgClassName
{
background-color: #D4FB7A;
}
</style>
border-color css
<style>
span { border-color: #D4FB7A; }
span { border-color: rgb(212,251,122); }
td.TdClassName
{
border-color: #D4FB7A;
}
.TagClassName
{
border-color: #D4FB7A;
}
</style>