Shades of Sulu #D4F37E
Tints of Sulu #D4F37E
RGB
CMYK
RGB Variations
Color information
#D4F37E (or 0xD4F37E) is known color: Sulu. HEX triplet: D4, F3 and 7E. RGB value is (212,243,126). Sum of RGB (Red+Green+Blue) = 212+243+126=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F37E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F37E is #2B0C81. Grayscale: #DCDCDC. Windows color (decimal): -2821250 or 8319956. OLE color: 8319956.
HSL color Cylindrical-coordinate representation of color #D4F37E: hue angle of 75.9º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4F37E is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 126 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.05 |
| HSL | 75.9º | 0.83% | 0.72% | - |
| HSV(B) | 75.9º | 0.48% | 0.95% | - |
| XYZ | 62.97 | 79.6 | 31.79 | - |
| YUV | 220.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 126 | 0.13 | 0 | 0.48 | 0.05 | 75.9 | 0.83 | 0.72 |
| Hex | D4 | F3 | 7E | D | 0 | 30 | 5 | 4C | 53 | 48 |
| Octal | 324 | 363 | 176 | 15 | 0 | 60 | 5 | 114 | 123 | 110 |
| Binary | 11010100 | 11110011 | 1111110 | 1101 | 0 | 110000 | 101 | 1001100 | 1010011 | 1001000 |
Color Harmonies of #D4F37E
Complementary color
Monochromatic Colors of #D4F37E
Black with #D4F37E
Text Example
Text Example
White with #D4F37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F37E; }
p { color: rgb(212,243,126); }
H1.HeaderClassName
{
color: #D4F37E;
}
.AnyTagClassName
{
color: #D4F37E;
}
</style>
background-color css
<style>
a { background-color: #D4F37E; }
a { background-color: rgb(212,243,126); }
div.DivClassName
{
background-color: #D4F37E;
}
.BgClassName
{
background-color: #D4F37E;
}
</style>
border-color css
<style>
span { border-color: #D4F37E; }
span { border-color: rgb(212,243,126); }
td.TdClassName
{
border-color: #D4F37E;
}
.TagClassName
{
border-color: #D4F37E;
}
</style>