Shades of Pear #D4E63D
Tints of Pear #D4E63D
RGB
CMYK
RGB Variations
Color information
#D4E63D (or 0xD4E63D) is known color: Pear. HEX triplet: D4, E6 and 3D. RGB value is (212,230,61). Sum of RGB (Red+Green+Blue) = 212+230+61=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E63D is #2B19C2. Grayscale: #CECECE. Windows color (decimal): -2824643 or 4056788. OLE color: 4056788.
HSL color Cylindrical-coordinate representation of color #D4E63D: hue angle of 66.39º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4E63D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 230 | 61 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.10 |
| HSL | 66.39º | 0.77% | 0.57% | - |
| HSV(B) | 66.39º | 0.73% | 0.9% | - |
| XYZ | 56.29 | 70.93 | 15.14 | - |
| YUV | 205.35 | 46.54 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 230 | 61 | 0.08 | 0 | 0.73 | 0.10 | 66.39 | 0.77 | 0.57 |
| Hex | D4 | E6 | 3D | 8 | 0 | 49 | A | 42 | 4D | 39 |
| Octal | 324 | 346 | 75 | 10 | 0 | 111 | 12 | 102 | 115 | 71 |
| Binary | 11010100 | 11100110 | 111101 | 1000 | 0 | 1001001 | 1010 | 1000010 | 1001101 | 111001 |
Color Harmonies of #D4E63D
Complementary color
Monochromatic Colors of #D4E63D
Black with #D4E63D
Text Example
Text Example
White with #D4E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E63D; }
p { color: rgb(212,230,61); }
H1.HeaderClassName
{
color: #D4E63D;
}
.AnyTagClassName
{
color: #D4E63D;
}
</style>
background-color css
<style>
a { background-color: #D4E63D; }
a { background-color: rgb(212,230,61); }
div.DivClassName
{
background-color: #D4E63D;
}
.BgClassName
{
background-color: #D4E63D;
}
</style>
border-color css
<style>
span { border-color: #D4E63D; }
span { border-color: rgb(212,230,61); }
td.TdClassName
{
border-color: #D4E63D;
}
.TagClassName
{
border-color: #D4E63D;
}
</style>