Shades of Pear #D5E83C
Tints of Pear #D5E83C
RGB
CMYK
RGB Variations
Color information
#D5E83C (or 0xD5E83C) is known color: Pear. HEX triplet: D5, E8 and 3C. RGB value is (213,232,60). Sum of RGB (Red+Green+Blue) = 213+232+60=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E83C is #2A17C3. Grayscale: #CFCFCF. Windows color (decimal): -2758596 or 3991765. OLE color: 3991765.
HSL color Cylindrical-coordinate representation of color #D5E83C: hue angle of 66.63º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5E83C is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 232 | 60 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.09 |
| HSL | 66.63º | 0.79% | 0.57% | - |
| HSV(B) | 66.63º | 0.74% | 0.91% | - |
| XYZ | 57.11 | 72.19 | 15.2 | - |
| YUV | 206.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 232 | 60 | 0.08 | 0 | 0.74 | 0.09 | 66.63 | 0.79 | 0.57 |
| Hex | D5 | E8 | 3C | 8 | 0 | 4A | 9 | 43 | 4F | 39 |
| Octal | 325 | 350 | 74 | 10 | 0 | 112 | 11 | 103 | 117 | 71 |
| Binary | 11010101 | 11101000 | 111100 | 1000 | 0 | 1001010 | 1001 | 1000011 | 1001111 | 111001 |
Color Harmonies of #D5E83C
Complementary color
Monochromatic Colors of #D5E83C
Black with #D5E83C
Text Example
Text Example
White with #D5E83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E83C; }
p { color: rgb(213,232,60); }
H1.HeaderClassName
{
color: #D5E83C;
}
.AnyTagClassName
{
color: #D5E83C;
}
</style>
background-color css
<style>
a { background-color: #D5E83C; }
a { background-color: rgb(213,232,60); }
div.DivClassName
{
background-color: #D5E83C;
}
.BgClassName
{
background-color: #D5E83C;
}
</style>
border-color css
<style>
span { border-color: #D5E83C; }
span { border-color: rgb(213,232,60); }
td.TdClassName
{
border-color: #D5E83C;
}
.TagClassName
{
border-color: #D5E83C;
}
</style>