Shades of Sulu #D4F27F
Tints of Sulu #D4F27F
RGB
CMYK
RGB Variations
Color information
#D4F27F (or 0xD4F27F) is known color: Sulu. HEX triplet: D4, F2 and 7F. RGB value is (212,242,127). Sum of RGB (Red+Green+Blue) = 212+242+127=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F27F is #2B0D80. Grayscale: #DCDCDC. Windows color (decimal): -2821505 or 8385236. OLE color: 8385236.
HSL color Cylindrical-coordinate representation of color #D4F27F: hue angle of 75.65º degrees, saturation: 0.82, 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 #D4F27F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 127 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.05 |
| HSL | 75.65º | 0.82% | 0.72% | - |
| HSV(B) | 75.65º | 0.48% | 0.95% | - |
| XYZ | 62.73 | 79.03 | 32.03 | - |
| YUV | 219.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 127 | 0.12 | 0 | 0.48 | 0.05 | 75.65 | 0.82 | 0.72 |
| Hex | D4 | F2 | 7F | C | 0 | 30 | 5 | 4C | 52 | 48 |
| Octal | 324 | 362 | 177 | 14 | 0 | 60 | 5 | 114 | 122 | 110 |
| Binary | 11010100 | 11110010 | 1111111 | 1100 | 0 | 110000 | 101 | 1001100 | 1010010 | 1001000 |
Color Harmonies of #D4F27F
Complementary color
Monochromatic Colors of #D4F27F
Black with #D4F27F
Text Example
Text Example
White with #D4F27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F27F; }
p { color: rgb(212,242,127); }
H1.HeaderClassName
{
color: #D4F27F;
}
.AnyTagClassName
{
color: #D4F27F;
}
</style>
background-color css
<style>
a { background-color: #D4F27F; }
a { background-color: rgb(212,242,127); }
div.DivClassName
{
background-color: #D4F27F;
}
.BgClassName
{
background-color: #D4F27F;
}
</style>
border-color css
<style>
span { border-color: #D4F27F; }
span { border-color: rgb(212,242,127); }
td.TdClassName
{
border-color: #D4F27F;
}
.TagClassName
{
border-color: #D4F27F;
}
</style>