Shades of Pear #D2F92C
Tints of Pear #D2F92C
RGB
CMYK
RGB Variations
Color information
#D2F92C (or 0xD2F92C) is known color: Pear. HEX triplet: D2, F9 and 2C. RGB value is (210,249,44). Sum of RGB (Red+Green+Blue) = 210+249+44=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F92C is #2D06D3. Grayscale: #D6D6D6. Windows color (decimal): -2950868 or 2947538. OLE color: 2947538.
HSL color Cylindrical-coordinate representation of color #D2F92C: hue angle of 71.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2F92C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 44 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.02 |
| HSL | 71.41º | 0.94% | 0.57% | - |
| HSV(B) | 71.41º | 0.82% | 0.98% | - |
| XYZ | 60.91 | 81.63 | 14.93 | - |
| YUV | 213.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 44 | 0.16 | 0 | 0.82 | 0.02 | 71.41 | 0.94 | 0.57 |
| Hex | D2 | F9 | 2C | 10 | 0 | 52 | 2 | 47 | 5E | 39 |
| Octal | 322 | 371 | 54 | 20 | 0 | 122 | 2 | 107 | 136 | 71 |
| Binary | 11010010 | 11111001 | 101100 | 10000 | 0 | 1010010 | 10 | 1000111 | 1011110 | 111001 |
Color Harmonies of #D2F92C
Complementary color
Monochromatic Colors of #D2F92C
Black with #D2F92C
Text Example
Text Example
White with #D2F92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F92C; }
p { color: rgb(210,249,44); }
H1.HeaderClassName
{
color: #D2F92C;
}
.AnyTagClassName
{
color: #D2F92C;
}
</style>
background-color css
<style>
a { background-color: #D2F92C; }
a { background-color: rgb(210,249,44); }
div.DivClassName
{
background-color: #D2F92C;
}
.BgClassName
{
background-color: #D2F92C;
}
</style>
border-color css
<style>
span { border-color: #D2F92C; }
span { border-color: rgb(210,249,44); }
td.TdClassName
{
border-color: #D2F92C;
}
.TagClassName
{
border-color: #D2F92C;
}
</style>