Shades of Sulu #D4F17F
Tints of Sulu #D4F17F
RGB
CMYK
RGB Variations
Color information
#D4F17F (or 0xD4F17F) is known color: Sulu. HEX triplet: D4, F1 and 7F. RGB value is (212,241,127). Sum of RGB (Red+Green+Blue) = 212+241+127=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F17F is #2B0E80. Grayscale: #DBDBDB. Windows color (decimal): -2821761 or 8384980. OLE color: 8384980.
HSL color Cylindrical-coordinate representation of color #D4F17F: hue angle of 75.26º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4F17F is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 127 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.05 |
| HSL | 75.26º | 0.8% | 0.72% | - |
| HSV(B) | 75.26º | 0.47% | 0.95% | - |
| XYZ | 62.44 | 78.44 | 31.93 | - |
| YUV | 219.33 | 75.89 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 127 | 0.12 | 0 | 0.47 | 0.05 | 75.26 | 0.8 | 0.72 |
| Hex | D4 | F1 | 7F | C | 0 | 2F | 5 | 4B | 50 | 48 |
| Octal | 324 | 361 | 177 | 14 | 0 | 57 | 5 | 113 | 120 | 110 |
| Binary | 11010100 | 11110001 | 1111111 | 1100 | 0 | 101111 | 101 | 1001011 | 1010000 | 1001000 |
Color Harmonies of #D4F17F
Complementary color
Monochromatic Colors of #D4F17F
Black with #D4F17F
Text Example
Text Example
White with #D4F17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F17F; }
p { color: rgb(212,241,127); }
H1.HeaderClassName
{
color: #D4F17F;
}
.AnyTagClassName
{
color: #D4F17F;
}
</style>
background-color css
<style>
a { background-color: #D4F17F; }
a { background-color: rgb(212,241,127); }
div.DivClassName
{
background-color: #D4F17F;
}
.BgClassName
{
background-color: #D4F17F;
}
</style>
border-color css
<style>
span { border-color: #D4F17F; }
span { border-color: rgb(212,241,127); }
td.TdClassName
{
border-color: #D4F17F;
}
.TagClassName
{
border-color: #D4F17F;
}
</style>