Shades of Pear #D2F430
Tints of Pear #D2F430
RGB
CMYK
RGB Variations
Color information
#D2F430 (or 0xD2F430) is known color: Pear. HEX triplet: D2, F4 and 30. RGB value is (210,244,48). Sum of RGB (Red+Green+Blue) = 210+244+48=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F430 is #2D0BCF. Grayscale: #D4D4D4. Windows color (decimal): -2952144 or 3208402. OLE color: 3208402.
HSL color Cylindrical-coordinate representation of color #D2F430: hue angle of 70.41º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2F430 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 48 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.04 |
| HSL | 70.41º | 0.9% | 0.57% | - |
| HSV(B) | 70.41º | 0.8% | 0.96% | - |
| XYZ | 59.46 | 78.62 | 14.84 | - |
| YUV | 211.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 48 | 0.14 | 0 | 0.80 | 0.04 | 70.41 | 0.9 | 0.57 |
| Hex | D2 | F4 | 30 | E | 0 | 50 | 4 | 46 | 5A | 39 |
| Octal | 322 | 364 | 60 | 16 | 0 | 120 | 4 | 106 | 132 | 71 |
| Binary | 11010010 | 11110100 | 110000 | 1110 | 0 | 1010000 | 100 | 1000110 | 1011010 | 111001 |
Color Harmonies of #D2F430
Complementary color
Monochromatic Colors of #D2F430
Black with #D2F430
Text Example
Text Example
White with #D2F430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F430; }
p { color: rgb(210,244,48); }
H1.HeaderClassName
{
color: #D2F430;
}
.AnyTagClassName
{
color: #D2F430;
}
</style>
background-color css
<style>
a { background-color: #D2F430; }
a { background-color: rgb(210,244,48); }
div.DivClassName
{
background-color: #D2F430;
}
.BgClassName
{
background-color: #D2F430;
}
</style>
border-color css
<style>
span { border-color: #D2F430; }
span { border-color: rgb(210,244,48); }
td.TdClassName
{
border-color: #D2F430;
}
.TagClassName
{
border-color: #D2F430;
}
</style>