Shades of Sulu #D4F17D
Tints of Sulu #D4F17D
RGB
CMYK
RGB Variations
Color information
#D4F17D (or 0xD4F17D) is known color: Sulu. HEX triplet: D4, F1 and 7D. RGB value is (212,241,125). Sum of RGB (Red+Green+Blue) = 212+241+125=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F17D is #2B0E82. Grayscale: #DBDBDB. Windows color (decimal): -2821763 or 8253908. OLE color: 8253908.
HSL color Cylindrical-coordinate representation of color #D4F17D: hue angle of 75º degrees, saturation: 0.81, 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 #D4F17D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 125 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.05 |
| HSL | 75º | 0.81% | 0.72% | - |
| HSV(B) | 75º | 0.48% | 0.95% | - |
| XYZ | 62.31 | 78.39 | 31.25 | - |
| YUV | 219.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 125 | 0.12 | 0 | 0.48 | 0.05 | 75 | 0.81 | 0.72 |
| Hex | D4 | F1 | 7D | C | 0 | 30 | 5 | 4B | 51 | 48 |
| Octal | 324 | 361 | 175 | 14 | 0 | 60 | 5 | 113 | 121 | 110 |
| Binary | 11010100 | 11110001 | 1111101 | 1100 | 0 | 110000 | 101 | 1001011 | 1010001 | 1001000 |
Color Harmonies of #D4F17D
Complementary color
Monochromatic Colors of #D4F17D
Black with #D4F17D
Text Example
Text Example
White with #D4F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F17D; }
p { color: rgb(212,241,125); }
H1.HeaderClassName
{
color: #D4F17D;
}
.AnyTagClassName
{
color: #D4F17D;
}
</style>
background-color css
<style>
a { background-color: #D4F17D; }
a { background-color: rgb(212,241,125); }
div.DivClassName
{
background-color: #D4F17D;
}
.BgClassName
{
background-color: #D4F17D;
}
</style>
border-color css
<style>
span { border-color: #D4F17D; }
span { border-color: rgb(212,241,125); }
td.TdClassName
{
border-color: #D4F17D;
}
.TagClassName
{
border-color: #D4F17D;
}
</style>