Shades of Pear #D5E63D
Tints of Pear #D5E63D
RGB
CMYK
RGB Variations
Color information
#D5E63D (or 0xD5E63D) is known color: Pear. HEX triplet: D5, E6 and 3D. RGB value is (213,230,61). Sum of RGB (Red+Green+Blue) = 213+230+61=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 61 (24.22% from 255 or 12.10% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E63D is #2A19C2. Grayscale: #CECECE. Windows color (decimal): -2759107 or 4056789. OLE color: 4056789.
HSL color Cylindrical-coordinate representation of color #D5E63D: hue angle of 66.04º 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 #D5E63D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 61 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.10 |
| HSL | 66.04º | 0.77% | 0.57% | - |
| HSV(B) | 66.04º | 0.73% | 0.9% | - |
| XYZ | 56.58 | 71.08 | 15.15 | - |
| YUV | 205.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 61 | 0.07 | 0 | 0.73 | 0.10 | 66.04 | 0.77 | 0.57 |
| Hex | D5 | E6 | 3D | 7 | 0 | 49 | A | 42 | 4D | 39 |
| Octal | 325 | 346 | 75 | 7 | 0 | 111 | 12 | 102 | 115 | 71 |
| Binary | 11010101 | 11100110 | 111101 | 111 | 0 | 1001001 | 1010 | 1000010 | 1001101 | 111001 |
Color Harmonies of #D5E63D
Complementary color
Monochromatic Colors of #D5E63D
Black with #D5E63D
Text Example
Text Example
White with #D5E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E63D; }
p { color: rgb(213,230,61); }
H1.HeaderClassName
{
color: #D5E63D;
}
.AnyTagClassName
{
color: #D5E63D;
}
</style>
background-color css
<style>
a { background-color: #D5E63D; }
a { background-color: rgb(213,230,61); }
div.DivClassName
{
background-color: #D5E63D;
}
.BgClassName
{
background-color: #D5E63D;
}
</style>
border-color css
<style>
span { border-color: #D5E63D; }
span { border-color: rgb(213,230,61); }
td.TdClassName
{
border-color: #D5E63D;
}
.TagClassName
{
border-color: #D5E63D;
}
</style>