Shades of Pear #D2F443
Tints of Pear #D2F443
RGB
CMYK
RGB Variations
Color information
#D2F443 (or 0xD2F443) is known color: Pear. HEX triplet: D2, F4 and 43. RGB value is (210,244,67). Sum of RGB (Red+Green+Blue) = 210+244+67=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 67 (26.56% from 255 or 12.86% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F443 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F443 is #2D0BBC. Grayscale: #D6D6D6. Windows color (decimal): -2952125 or 4453586. OLE color: 4453586.
HSL color Cylindrical-coordinate representation of color #D2F443: hue angle of 71.53º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2F443 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 67 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.04 |
| HSL | 71.53º | 0.89% | 0.61% | - |
| HSV(B) | 71.53º | 0.73% | 0.96% | - |
| XYZ | 59.94 | 78.81 | 17.36 | - |
| YUV | 213.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 67 | 0.14 | 0 | 0.73 | 0.04 | 71.53 | 0.89 | 0.61 |
| Hex | D2 | F4 | 43 | E | 0 | 49 | 4 | 48 | 59 | 3D |
| Octal | 322 | 364 | 103 | 16 | 0 | 111 | 4 | 110 | 131 | 75 |
| Binary | 11010010 | 11110100 | 1000011 | 1110 | 0 | 1001001 | 100 | 1001000 | 1011001 | 111101 |
Color Harmonies of #D2F443
Complementary color
Monochromatic Colors of #D2F443
Black with #D2F443
Text Example
Text Example
White with #D2F443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F443; }
p { color: rgb(210,244,67); }
H1.HeaderClassName
{
color: #D2F443;
}
.AnyTagClassName
{
color: #D2F443;
}
</style>
background-color css
<style>
a { background-color: #D2F443; }
a { background-color: rgb(210,244,67); }
div.DivClassName
{
background-color: #D2F443;
}
.BgClassName
{
background-color: #D2F443;
}
</style>
border-color css
<style>
span { border-color: #D2F443; }
span { border-color: rgb(210,244,67); }
td.TdClassName
{
border-color: #D2F443;
}
.TagClassName
{
border-color: #D2F443;
}
</style>