Shades of Sulu #D4F27C
Tints of Sulu #D4F27C
RGB
CMYK
RGB Variations
Color information
#D4F27C (or 0xD4F27C) is known color: Sulu. HEX triplet: D4, F2 and 7C. RGB value is (212,242,124). Sum of RGB (Red+Green+Blue) = 212+242+124=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 124 (48.83% from 255 or 21.45% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F27C is #2B0D83. Grayscale: #DCDCDC. Windows color (decimal): -2821508 or 8188628. OLE color: 8188628.
HSL color Cylindrical-coordinate representation of color #D4F27C: hue angle of 75.25º degrees, saturation: 0.82, 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 #D4F27C is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 124 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.05 |
| HSL | 75.25º | 0.82% | 0.72% | - |
| HSV(B) | 75.25º | 0.49% | 0.95% | - |
| XYZ | 62.54 | 78.96 | 31.01 | - |
| YUV | 219.58 | 74.06 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 124 | 0.12 | 0 | 0.49 | 0.05 | 75.25 | 0.82 | 0.72 |
| Hex | D4 | F2 | 7C | C | 0 | 31 | 5 | 4B | 52 | 48 |
| Octal | 324 | 362 | 174 | 14 | 0 | 61 | 5 | 113 | 122 | 110 |
| Binary | 11010100 | 11110010 | 1111100 | 1100 | 0 | 110001 | 101 | 1001011 | 1010010 | 1001000 |
Color Harmonies of #D4F27C
Complementary color
Monochromatic Colors of #D4F27C
Black with #D4F27C
Text Example
Text Example
White with #D4F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F27C; }
p { color: rgb(212,242,124); }
H1.HeaderClassName
{
color: #D4F27C;
}
.AnyTagClassName
{
color: #D4F27C;
}
</style>
background-color css
<style>
a { background-color: #D4F27C; }
a { background-color: rgb(212,242,124); }
div.DivClassName
{
background-color: #D4F27C;
}
.BgClassName
{
background-color: #D4F27C;
}
</style>
border-color css
<style>
span { border-color: #D4F27C; }
span { border-color: rgb(212,242,124); }
td.TdClassName
{
border-color: #D4F27C;
}
.TagClassName
{
border-color: #D4F27C;
}
</style>