Shades of Pear #D2F23E
Tints of Pear #D2F23E
RGB
CMYK
RGB Variations
Color information
#D2F23E (or 0xD2F23E) is known color: Pear. HEX triplet: D2, F2 and 3E. RGB value is (210,242,62). Sum of RGB (Red+Green+Blue) = 210+242+62=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 62 (24.61% from 255 or 12.06% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F23E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F23E is #2D0DC1. Grayscale: #D4D4D4. Windows color (decimal): -2952642 or 4125394. OLE color: 4125394.
HSL color Cylindrical-coordinate representation of color #D2F23E: hue angle of 70.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2F23E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 62 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.05 |
| HSL | 70.67º | 0.87% | 0.6% | - |
| HSV(B) | 70.67º | 0.74% | 0.95% | - |
| XYZ | 59.2 | 77.55 | 16.41 | - |
| YUV | 211.91 | 43.4 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 62 | 0.13 | 0 | 0.74 | 0.05 | 70.67 | 0.87 | 0.6 |
| Hex | D2 | F2 | 3E | D | 0 | 4A | 5 | 47 | 57 | 3C |
| Octal | 322 | 362 | 76 | 15 | 0 | 112 | 5 | 107 | 127 | 74 |
| Binary | 11010010 | 11110010 | 111110 | 1101 | 0 | 1001010 | 101 | 1000111 | 1010111 | 111100 |
Color Harmonies of #D2F23E
Complementary color
Monochromatic Colors of #D2F23E
Black with #D2F23E
Text Example
Text Example
White with #D2F23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F23E; }
p { color: rgb(210,242,62); }
H1.HeaderClassName
{
color: #D2F23E;
}
.AnyTagClassName
{
color: #D2F23E;
}
</style>
background-color css
<style>
a { background-color: #D2F23E; }
a { background-color: rgb(210,242,62); }
div.DivClassName
{
background-color: #D2F23E;
}
.BgClassName
{
background-color: #D2F23E;
}
</style>
border-color css
<style>
span { border-color: #D2F23E; }
span { border-color: rgb(210,242,62); }
td.TdClassName
{
border-color: #D2F23E;
}
.TagClassName
{
border-color: #D2F23E;
}
</style>