Shades of Pear #D2FF33
Tints of Pear #D2FF33
RGB
CMYK
RGB Variations
Color information
#D2FF33 (or 0xD2FF33) is known color: Pear. HEX triplet: D2, FF and 33. RGB value is (210,255,51). Sum of RGB (Red+Green+Blue) = 210+255+51=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 51 (20.31% from 255 or 9.88% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF33 is #2D00CC. Grayscale: #DBDBDB. Windows color (decimal): -2949325 or 3407826. OLE color: 3407826.
HSL color Cylindrical-coordinate representation of color #D2FF33: hue angle of 73.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2FF33 is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 51 | - |
| CMYK | 0.18 | 0 | 0.8 | 0 |
| HSL | 73.24º | 1% | 0.6% | - |
| HSV(B) | 73.24º | 0.8% | 1% | - |
| XYZ | 62.94 | 85.46 | 16.31 | - |
| YUV | 218.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 51 | 0.18 | 0 | 0.8 | 0 | 73.24 | 1 | 0.6 |
| Hex | D2 | FF | 33 | 12 | 0 | 50 | 0 | 49 | 64 | 3C |
| Octal | 322 | 377 | 63 | 22 | 0 | 120 | 0 | 111 | 144 | 74 |
| Binary | 11010010 | 11111111 | 110011 | 10010 | 0 | 1010000 | 0 | 1001001 | 1100100 | 111100 |
Color Harmonies of #D2FF33
Complementary color
Monochromatic Colors of #D2FF33
Black with #D2FF33
Text Example
Text Example
White with #D2FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF33; }
p { color: rgb(210,255,51); }
H1.HeaderClassName
{
color: #D2FF33;
}
.AnyTagClassName
{
color: #D2FF33;
}
</style>
background-color css
<style>
a { background-color: #D2FF33; }
a { background-color: rgb(210,255,51); }
div.DivClassName
{
background-color: #D2FF33;
}
.BgClassName
{
background-color: #D2FF33;
}
</style>
border-color css
<style>
span { border-color: #D2FF33; }
span { border-color: rgb(210,255,51); }
td.TdClassName
{
border-color: #D2FF33;
}
.TagClassName
{
border-color: #D2FF33;
}
</style>