Shades of Pear #D4EF38
Tints of Pear #D4EF38
RGB
CMYK
RGB Variations
Color information
#D4EF38 (or 0xD4EF38) is known color: Pear. HEX triplet: D4, EF and 38. RGB value is (212,239,56). Sum of RGB (Red+Green+Blue) = 212+239+56=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EF38 is #2B10C7. Grayscale: #D2D2D2. Windows color (decimal): -2822344 or 3731412. OLE color: 3731412.
HSL color Cylindrical-coordinate representation of color #D4EF38: hue angle of 68.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4EF38 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 56 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.06 |
| HSL | 68.85º | 0.85% | 0.58% | - |
| HSV(B) | 68.85º | 0.77% | 0.94% | - |
| XYZ | 58.73 | 76.02 | 15.32 | - |
| YUV | 210.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 56 | 0.11 | 0 | 0.77 | 0.06 | 68.85 | 0.85 | 0.58 |
| Hex | D4 | EF | 38 | B | 0 | 4D | 6 | 45 | 55 | 3A |
| Octal | 324 | 357 | 70 | 13 | 0 | 115 | 6 | 105 | 125 | 72 |
| Binary | 11010100 | 11101111 | 111000 | 1011 | 0 | 1001101 | 110 | 1000101 | 1010101 | 111010 |
Color Harmonies of #D4EF38
Complementary color
Monochromatic Colors of #D4EF38
Black with #D4EF38
Text Example
Text Example
White with #D4EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF38; }
p { color: rgb(212,239,56); }
H1.HeaderClassName
{
color: #D4EF38;
}
.AnyTagClassName
{
color: #D4EF38;
}
</style>
background-color css
<style>
a { background-color: #D4EF38; }
a { background-color: rgb(212,239,56); }
div.DivClassName
{
background-color: #D4EF38;
}
.BgClassName
{
background-color: #D4EF38;
}
</style>
border-color css
<style>
span { border-color: #D4EF38; }
span { border-color: rgb(212,239,56); }
td.TdClassName
{
border-color: #D4EF38;
}
.TagClassName
{
border-color: #D4EF38;
}
</style>