Shades of Sulu #D4F37D
Tints of Sulu #D4F37D
RGB
CMYK
RGB Variations
Color information
#D4F37D (or 0xD4F37D) is known color: Sulu. HEX triplet: D4, F3 and 7D. RGB value is (212,243,125). Sum of RGB (Red+Green+Blue) = 212+243+125=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F37D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F37D is #2B0C82. Grayscale: #DCDCDC. Windows color (decimal): -2821251 or 8254420. OLE color: 8254420.
HSL color Cylindrical-coordinate representation of color #D4F37D: hue angle of 75.76º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4F37D is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 243 | 125 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 75.76º | 0.83% | 0.72% | - |
| HSV(B) | 75.76º | 0.49% | 0.95% | - |
| XYZ | 62.9 | 79.58 | 31.45 | - |
| YUV | 220.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 243 | 125 | 0.13 | 0 | 0.49 | 0.05 | 75.76 | 0.83 | 0.72 |
| Hex | D4 | F3 | 7D | D | 0 | 31 | 5 | 4C | 53 | 48 |
| Octal | 324 | 363 | 175 | 15 | 0 | 61 | 5 | 114 | 123 | 110 |
| Binary | 11010100 | 11110011 | 1111101 | 1101 | 0 | 110001 | 101 | 1001100 | 1010011 | 1001000 |
Color Harmonies of #D4F37D
Complementary color
Monochromatic Colors of #D4F37D
Black with #D4F37D
Text Example
Text Example
White with #D4F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F37D; }
p { color: rgb(212,243,125); }
H1.HeaderClassName
{
color: #D4F37D;
}
.AnyTagClassName
{
color: #D4F37D;
}
</style>
background-color css
<style>
a { background-color: #D4F37D; }
a { background-color: rgb(212,243,125); }
div.DivClassName
{
background-color: #D4F37D;
}
.BgClassName
{
background-color: #D4F37D;
}
</style>
border-color css
<style>
span { border-color: #D4F37D; }
span { border-color: rgb(212,243,125); }
td.TdClassName
{
border-color: #D4F37D;
}
.TagClassName
{
border-color: #D4F37D;
}
</style>