Shades of Sulu #D4FB7E
Tints of Sulu #D4FB7E
RGB
CMYK
RGB Variations
Color information
#D4FB7E (or 0xD4FB7E) is known color: Sulu. HEX triplet: D4, FB and 7E. RGB value is (212,251,126). Sum of RGB (Red+Green+Blue) = 212+251+126=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB7E is #2B0481. Grayscale: #E1E1E1. Windows color (decimal): -2819202 or 8322004. OLE color: 8322004.
HSL color Cylindrical-coordinate representation of color #D4FB7E: hue angle of 78.72º degrees, saturation: 0.94, 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 #D4FB7E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 126 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.02 |
| HSL | 78.72º | 0.94% | 0.74% | - |
| HSV(B) | 78.72º | 0.5% | 0.98% | - |
| XYZ | 65.41 | 84.5 | 32.6 | - |
| YUV | 225.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 126 | 0.16 | 0 | 0.50 | 0.02 | 78.72 | 0.94 | 0.74 |
| Hex | D4 | FB | 7E | 10 | 0 | 32 | 2 | 4F | 5E | 4A |
| Octal | 324 | 373 | 176 | 20 | 0 | 62 | 2 | 117 | 136 | 112 |
| Binary | 11010100 | 11111011 | 1111110 | 10000 | 0 | 110010 | 10 | 1001111 | 1011110 | 1001010 |
Color Harmonies of #D4FB7E
Complementary color
Monochromatic Colors of #D4FB7E
Black with #D4FB7E
Text Example
Text Example
White with #D4FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB7E; }
p { color: rgb(212,251,126); }
H1.HeaderClassName
{
color: #D4FB7E;
}
.AnyTagClassName
{
color: #D4FB7E;
}
</style>
background-color css
<style>
a { background-color: #D4FB7E; }
a { background-color: rgb(212,251,126); }
div.DivClassName
{
background-color: #D4FB7E;
}
.BgClassName
{
background-color: #D4FB7E;
}
</style>
border-color css
<style>
span { border-color: #D4FB7E; }
span { border-color: rgb(212,251,126); }
td.TdClassName
{
border-color: #D4FB7E;
}
.TagClassName
{
border-color: #D4FB7E;
}
</style>