Shades of Pear #D5E841
Tints of Pear #D5E841
RGB
CMYK
RGB Variations
Color information
#D5E841 (or 0xD5E841) is known color: Pear. HEX triplet: D5, E8 and 41. RGB value is (213,232,65). Sum of RGB (Red+Green+Blue) = 213+232+65=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E841 is #2A17BE. Grayscale: #CFCFCF. Windows color (decimal): -2758591 or 4319445. OLE color: 4319445.
HSL color Cylindrical-coordinate representation of color #D5E841: hue angle of 66.83º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5E841 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
RGB | 213 | 232 | 65 | - |
CMYK | 0.08 | 0 | 0.72 | 0.09 |
HSL | 66.83º | 0.78% | 0.58% | - |
HSV(B) | 66.83º | 0.72% | 0.91% | - |
XYZ | 57.25 | 72.24 | 15.93 | - |
YUV | 207.28 | 47.71 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 232 | 65 | 0.08 | 0 | 0.72 | 0.09 | 66.83 | 0.78 | 0.58 |
Hex | D5 | E8 | 41 | 8 | 0 | 48 | 9 | 43 | 4E | 3A |
Octal | 325 | 350 | 101 | 10 | 0 | 110 | 11 | 103 | 116 | 72 |
Binary | 11010101 | 11101000 | 1000001 | 1000 | 0 | 1001000 | 1001 | 1000011 | 1001110 | 111010 |
Color Harmonies of #D5E841
Complementary color
Monochromatic Colors of #D5E841
Black with #D5E841
Text Example
Text Example
White with #D5E841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E841; }
p { color: rgb(213,232,65); }
H1.HeaderClassName
{
color: #D5E841;
}
.AnyTagClassName
{
color: #D5E841;
}
</style>
background-color css
<style>
a { background-color: #D5E841; }
a { background-color: rgb(213,232,65); }
div.DivClassName
{
background-color: #D5E841;
}
.BgClassName
{
background-color: #D5E841;
}
</style>
border-color css
<style>
span { border-color: #D5E841; }
span { border-color: rgb(213,232,65); }
td.TdClassName
{
border-color: #D5E841;
}
.TagClassName
{
border-color: #D5E841;
}
</style>