Shades of Pear #D2F23A
Tints of Pear #D2F23A
RGB
CMYK
RGB Variations
Color information
#D2F23A (or 0xD2F23A) is known color: Pear. HEX triplet: D2, F2 and 3A. RGB value is (210,242,58). Sum of RGB (Red+Green+Blue) = 210+242+58=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F23A is #2D0DC5. Grayscale: #D4D4D4. Windows color (decimal): -2952646 or 3863250. OLE color: 3863250.
HSL color Cylindrical-coordinate representation of color #D2F23A: hue angle of 70.43º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2F23A is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 58 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.05 |
| HSL | 70.43º | 0.88% | 0.59% | - |
| HSV(B) | 70.43º | 0.76% | 0.95% | - |
| XYZ | 59.09 | 77.51 | 15.85 | - |
| YUV | 211.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 58 | 0.13 | 0 | 0.76 | 0.05 | 70.43 | 0.88 | 0.59 |
| Hex | D2 | F2 | 3A | D | 0 | 4C | 5 | 46 | 58 | 3B |
| Octal | 322 | 362 | 72 | 15 | 0 | 114 | 5 | 106 | 130 | 73 |
| Binary | 11010010 | 11110010 | 111010 | 1101 | 0 | 1001100 | 101 | 1000110 | 1011000 | 111011 |
Color Harmonies of #D2F23A
Complementary color
Monochromatic Colors of #D2F23A
Black with #D2F23A
Text Example
Text Example
White with #D2F23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F23A; }
p { color: rgb(210,242,58); }
H1.HeaderClassName
{
color: #D2F23A;
}
.AnyTagClassName
{
color: #D2F23A;
}
</style>
background-color css
<style>
a { background-color: #D2F23A; }
a { background-color: rgb(210,242,58); }
div.DivClassName
{
background-color: #D2F23A;
}
.BgClassName
{
background-color: #D2F23A;
}
</style>
border-color css
<style>
span { border-color: #D2F23A; }
span { border-color: rgb(210,242,58); }
td.TdClassName
{
border-color: #D2F23A;
}
.TagClassName
{
border-color: #D2F23A;
}
</style>