Shades of Pear #D5F932
Tints of Pear #D5F932
RGB
CMYK
RGB Variations
Color information
#D5F932 (or 0xD5F932) is known color: Pear. HEX triplet: D5, F9 and 32. RGB value is (213,249,50). Sum of RGB (Red+Green+Blue) = 213+249+50=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F932 is #2A06CD. Grayscale: #D8D8D8. Windows color (decimal): -2754254 or 3340757. OLE color: 3340757.
HSL color Cylindrical-coordinate representation of color #D5F932: hue angle of 70.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5F932 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 50 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.02 |
| HSL | 70.85º | 0.94% | 0.59% | - |
| HSV(B) | 70.85º | 0.8% | 0.98% | - |
| XYZ | 61.89 | 82.13 | 15.61 | - |
| YUV | 215.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 50 | 0.14 | 0 | 0.80 | 0.02 | 70.85 | 0.94 | 0.59 |
| Hex | D5 | F9 | 32 | E | 0 | 50 | 2 | 47 | 5E | 3B |
| Octal | 325 | 371 | 62 | 16 | 0 | 120 | 2 | 107 | 136 | 73 |
| Binary | 11010101 | 11111001 | 110010 | 1110 | 0 | 1010000 | 10 | 1000111 | 1011110 | 111011 |
Color Harmonies of #D5F932
Complementary color
Monochromatic Colors of #D5F932
Black with #D5F932
Text Example
Text Example
White with #D5F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F932; }
p { color: rgb(213,249,50); }
H1.HeaderClassName
{
color: #D5F932;
}
.AnyTagClassName
{
color: #D5F932;
}
</style>
background-color css
<style>
a { background-color: #D5F932; }
a { background-color: rgb(213,249,50); }
div.DivClassName
{
background-color: #D5F932;
}
.BgClassName
{
background-color: #D5F932;
}
</style>
border-color css
<style>
span { border-color: #D5F932; }
span { border-color: rgb(213,249,50); }
td.TdClassName
{
border-color: #D5F932;
}
.TagClassName
{
border-color: #D5F932;
}
</style>