Shades of Pear #D2F433
Tints of Pear #D2F433
RGB
CMYK
RGB Variations
Color information
#D2F433 (or 0xD2F433) is known color: Pear. HEX triplet: D2, F4 and 33. RGB value is (210,244,51). Sum of RGB (Red+Green+Blue) = 210+244+51=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 51 (20.31% from 255 or 10.10% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F433 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F433 is #2D0BCC. Grayscale: #D4D4D4. Windows color (decimal): -2952141 or 3405010. OLE color: 3405010.
HSL color Cylindrical-coordinate representation of color #D2F433: hue angle of 70.57º degrees, saturation: 0.9, 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 #D2F433 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 51 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.04 |
| HSL | 70.57º | 0.9% | 0.58% | - |
| HSV(B) | 70.57º | 0.79% | 0.96% | - |
| XYZ | 59.53 | 78.64 | 15.17 | - |
| YUV | 211.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 51 | 0.14 | 0 | 0.79 | 0.04 | 70.57 | 0.9 | 0.58 |
| Hex | D2 | F4 | 33 | E | 0 | 4F | 4 | 47 | 5A | 3A |
| Octal | 322 | 364 | 63 | 16 | 0 | 117 | 4 | 107 | 132 | 72 |
| Binary | 11010010 | 11110100 | 110011 | 1110 | 0 | 1001111 | 100 | 1000111 | 1011010 | 111010 |
Color Harmonies of #D2F433
Complementary color
Monochromatic Colors of #D2F433
Black with #D2F433
Text Example
Text Example
White with #D2F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F433; }
p { color: rgb(210,244,51); }
H1.HeaderClassName
{
color: #D2F433;
}
.AnyTagClassName
{
color: #D2F433;
}
</style>
background-color css
<style>
a { background-color: #D2F433; }
a { background-color: rgb(210,244,51); }
div.DivClassName
{
background-color: #D2F433;
}
.BgClassName
{
background-color: #D2F433;
}
</style>
border-color css
<style>
span { border-color: #D2F433; }
span { border-color: rgb(210,244,51); }
td.TdClassName
{
border-color: #D2F433;
}
.TagClassName
{
border-color: #D2F433;
}
</style>