Shades of Pear #D2E74B
Tints of Pear #D2E74B
RGB
CMYK
RGB Variations
Color information
#D2E74B (or 0xD2E74B) is known color: Pear. HEX triplet: D2, E7 and 4B. RGB value is (210,231,75). Sum of RGB (Red+Green+Blue) = 210+231+75=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E74B is #2D18B4. Grayscale: #CFCFCF. Windows color (decimal): -2955445 or 4974546. OLE color: 4974546.
HSL color Cylindrical-coordinate representation of color #D2E74B: hue angle of 68.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2E74B is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 75 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.09 |
| HSL | 68.08º | 0.76% | 0.6% | - |
| HSV(B) | 68.08º | 0.68% | 0.91% | - |
| XYZ | 56.42 | 71.36 | 17.46 | - |
| YUV | 206.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 75 | 0.09 | 0 | 0.68 | 0.09 | 68.08 | 0.76 | 0.6 |
| Hex | D2 | E7 | 4B | 9 | 0 | 44 | 9 | 44 | 4C | 3C |
| Octal | 322 | 347 | 113 | 11 | 0 | 104 | 11 | 104 | 114 | 74 |
| Binary | 11010010 | 11100111 | 1001011 | 1001 | 0 | 1000100 | 1001 | 1000100 | 1001100 | 111100 |
Color Harmonies of #D2E74B
Complementary color
Monochromatic Colors of #D2E74B
Black with #D2E74B
Text Example
Text Example
White with #D2E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E74B; }
p { color: rgb(210,231,75); }
H1.HeaderClassName
{
color: #D2E74B;
}
.AnyTagClassName
{
color: #D2E74B;
}
</style>
background-color css
<style>
a { background-color: #D2E74B; }
a { background-color: rgb(210,231,75); }
div.DivClassName
{
background-color: #D2E74B;
}
.BgClassName
{
background-color: #D2E74B;
}
</style>
border-color css
<style>
span { border-color: #D2E74B; }
span { border-color: rgb(210,231,75); }
td.TdClassName
{
border-color: #D2E74B;
}
.TagClassName
{
border-color: #D2E74B;
}
</style>