Shades of Pear #D2F533
Tints of Pear #D2F533
RGB
CMYK
RGB Variations
Color information
#D2F533 (or 0xD2F533) is known color: Pear. HEX triplet: D2, F5 and 33. RGB value is (210,245,51). Sum of RGB (Red+Green+Blue) = 210+245+51=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #D2F533 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F533 is #2D0ACC. Grayscale: #D5D5D5. Windows color (decimal): -2951885 or 3405266. OLE color: 3405266.
HSL color Cylindrical-coordinate representation of color #D2F533: hue angle of 70.82º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2F533 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 245 | 51 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.04 |
| HSL | 70.82º | 0.91% | 0.58% | - |
| HSV(B) | 70.82º | 0.79% | 0.96% | - |
| XYZ | 59.83 | 79.25 | 15.27 | - |
| YUV | 212.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 51 | 0.14 | 0 | 0.79 | 0.04 | 70.82 | 0.91 | 0.58 |
| Hex | D2 | F5 | 33 | E | 0 | 4F | 4 | 47 | 5B | 3A |
| Octal | 322 | 365 | 63 | 16 | 0 | 117 | 4 | 107 | 133 | 72 |
| Binary | 11010010 | 11110101 | 110011 | 1110 | 0 | 1001111 | 100 | 1000111 | 1011011 | 111010 |
Color Harmonies of #D2F533
Complementary color
Monochromatic Colors of #D2F533
Black with #D2F533
Text Example
Text Example
White with #D2F533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F533; }
p { color: rgb(210,245,51); }
H1.HeaderClassName
{
color: #D2F533;
}
.AnyTagClassName
{
color: #D2F533;
}
</style>
background-color css
<style>
a { background-color: #D2F533; }
a { background-color: rgb(210,245,51); }
div.DivClassName
{
background-color: #D2F533;
}
.BgClassName
{
background-color: #D2F533;
}
</style>
border-color css
<style>
span { border-color: #D2F533; }
span { border-color: rgb(210,245,51); }
td.TdClassName
{
border-color: #D2F533;
}
.TagClassName
{
border-color: #D2F533;
}
</style>