Shades of Pear #D2EB33
Tints of Pear #D2EB33
RGB
CMYK
RGB Variations
Color information
#D2EB33 (or 0xD2EB33) is known color: Pear. HEX triplet: D2, EB and 33. RGB value is (210,235,51). Sum of RGB (Red+Green+Blue) = 210+235+51=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 235 (92.19% from 255 or 47.38% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB33 is #2D14CC. Grayscale: #CFCFCF. Windows color (decimal): -2954445 or 3402706. OLE color: 3402706.
HSL color Cylindrical-coordinate representation of color #D2EB33: hue angle of 68.15º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2EB33 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 51 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.08 |
| HSL | 68.15º | 0.82% | 0.56% | - |
| HSV(B) | 68.15º | 0.78% | 0.92% | - |
| XYZ | 56.88 | 73.36 | 14.29 | - |
| YUV | 206.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 51 | 0.11 | 0 | 0.78 | 0.08 | 68.15 | 0.82 | 0.56 |
| Hex | D2 | EB | 33 | B | 0 | 4E | 8 | 44 | 52 | 38 |
| Octal | 322 | 353 | 63 | 13 | 0 | 116 | 10 | 104 | 122 | 70 |
| Binary | 11010010 | 11101011 | 110011 | 1011 | 0 | 1001110 | 1000 | 1000100 | 1010010 | 111000 |
Color Harmonies of #D2EB33
Complementary color
Monochromatic Colors of #D2EB33
Black with #D2EB33
Text Example
Text Example
White with #D2EB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB33; }
p { color: rgb(210,235,51); }
H1.HeaderClassName
{
color: #D2EB33;
}
.AnyTagClassName
{
color: #D2EB33;
}
</style>
background-color css
<style>
a { background-color: #D2EB33; }
a { background-color: rgb(210,235,51); }
div.DivClassName
{
background-color: #D2EB33;
}
.BgClassName
{
background-color: #D2EB33;
}
</style>
border-color css
<style>
span { border-color: #D2EB33; }
span { border-color: rgb(210,235,51); }
td.TdClassName
{
border-color: #D2EB33;
}
.TagClassName
{
border-color: #D2EB33;
}
</style>