Shades of Pear #D2FB2A
Tints of Pear #D2FB2A
RGB
CMYK
RGB Variations
Color information
#D2FB2A (or 0xD2FB2A) is known color: Pear. HEX triplet: D2, FB and 2A. RGB value is (210,251,42). Sum of RGB (Red+Green+Blue) = 210+251+42=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB2A is #2D04D5. Grayscale: #D7D7D7. Windows color (decimal): -2950358 or 2816978. OLE color: 2816978.
HSL color Cylindrical-coordinate representation of color #D2FB2A: hue angle of 71.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2FB2A is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 42 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.02 |
| HSL | 71.77º | 0.96% | 0.57% | - |
| HSV(B) | 71.77º | 0.83% | 0.98% | - |
| XYZ | 61.49 | 82.86 | 14.94 | - |
| YUV | 214.92 | 30.42 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 42 | 0.16 | 0 | 0.83 | 0.02 | 71.77 | 0.96 | 0.57 |
| Hex | D2 | FB | 2A | 10 | 0 | 53 | 2 | 48 | 60 | 39 |
| Octal | 322 | 373 | 52 | 20 | 0 | 123 | 2 | 110 | 140 | 71 |
| Binary | 11010010 | 11111011 | 101010 | 10000 | 0 | 1010011 | 10 | 1001000 | 1100000 | 111001 |
Color Harmonies of #D2FB2A
Complementary color
Monochromatic Colors of #D2FB2A
Black with #D2FB2A
Text Example
Text Example
White with #D2FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB2A; }
p { color: rgb(210,251,42); }
H1.HeaderClassName
{
color: #D2FB2A;
}
.AnyTagClassName
{
color: #D2FB2A;
}
</style>
background-color css
<style>
a { background-color: #D2FB2A; }
a { background-color: rgb(210,251,42); }
div.DivClassName
{
background-color: #D2FB2A;
}
.BgClassName
{
background-color: #D2FB2A;
}
</style>
border-color css
<style>
span { border-color: #D2FB2A; }
span { border-color: rgb(210,251,42); }
td.TdClassName
{
border-color: #D2FB2A;
}
.TagClassName
{
border-color: #D2FB2A;
}
</style>