Shades of Pear #D2F92A
Tints of Pear #D2F92A
RGB
CMYK
RGB Variations
Color information
#D2F92A (or 0xD2F92A) is known color: Pear. HEX triplet: D2, F9 and 2A. RGB value is (210,249,42). Sum of RGB (Red+Green+Blue) = 210+249+42=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F92A is #2D06D5. Grayscale: #D6D6D6. Windows color (decimal): -2950870 or 2816466. OLE color: 2816466.
HSL color Cylindrical-coordinate representation of color #D2F92A: hue angle of 71.3º degrees, saturation: 0.95, 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 #D2F92A is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 42 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.02 |
| HSL | 71.3º | 0.95% | 0.57% | - |
| HSV(B) | 71.3º | 0.83% | 0.98% | - |
| XYZ | 60.87 | 81.62 | 14.74 | - |
| YUV | 213.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 42 | 0.16 | 0 | 0.83 | 0.02 | 71.3 | 0.95 | 0.57 |
| Hex | D2 | F9 | 2A | 10 | 0 | 53 | 2 | 47 | 5F | 39 |
| Octal | 322 | 371 | 52 | 20 | 0 | 123 | 2 | 107 | 137 | 71 |
| Binary | 11010010 | 11111001 | 101010 | 10000 | 0 | 1010011 | 10 | 1000111 | 1011111 | 111001 |
Color Harmonies of #D2F92A
Complementary color
Monochromatic Colors of #D2F92A
Black with #D2F92A
Text Example
Text Example
White with #D2F92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F92A; }
p { color: rgb(210,249,42); }
H1.HeaderClassName
{
color: #D2F92A;
}
.AnyTagClassName
{
color: #D2F92A;
}
</style>
background-color css
<style>
a { background-color: #D2F92A; }
a { background-color: rgb(210,249,42); }
div.DivClassName
{
background-color: #D2F92A;
}
.BgClassName
{
background-color: #D2F92A;
}
</style>
border-color css
<style>
span { border-color: #D2F92A; }
span { border-color: rgb(210,249,42); }
td.TdClassName
{
border-color: #D2F92A;
}
.TagClassName
{
border-color: #D2F92A;
}
</style>