Shades of Pear #D3F62A
Tints of Pear #D3F62A
RGB
CMYK
RGB Variations
Color information
#D3F62A (or 0xD3F62A) is known color: Pear. HEX triplet: D3, F6 and 2A. RGB value is (211,246,42). Sum of RGB (Red+Green+Blue) = 211+246+42=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F62A is #2C09D5. Grayscale: #D5D5D5. Windows color (decimal): -2886102 or 2815699. OLE color: 2815699.
HSL color Cylindrical-coordinate representation of color #D3F62A: hue angle of 70.29º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3F62A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.04 |
| HSL | 70.29º | 0.92% | 0.56% | - |
| HSV(B) | 70.29º | 0.83% | 0.96% | - |
| XYZ | 60.24 | 79.93 | 14.44 | - |
| YUV | 212.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 42 | 0.14 | 0 | 0.83 | 0.04 | 70.29 | 0.92 | 0.56 |
| Hex | D3 | F6 | 2A | E | 0 | 53 | 4 | 46 | 5C | 38 |
| Octal | 323 | 366 | 52 | 16 | 0 | 123 | 4 | 106 | 134 | 70 |
| Binary | 11010011 | 11110110 | 101010 | 1110 | 0 | 1010011 | 100 | 1000110 | 1011100 | 111000 |
Color Harmonies of #D3F62A
Complementary color
Monochromatic Colors of #D3F62A
Black with #D3F62A
Text Example
Text Example
White with #D3F62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F62A; }
p { color: rgb(211,246,42); }
H1.HeaderClassName
{
color: #D3F62A;
}
.AnyTagClassName
{
color: #D3F62A;
}
</style>
background-color css
<style>
a { background-color: #D3F62A; }
a { background-color: rgb(211,246,42); }
div.DivClassName
{
background-color: #D3F62A;
}
.BgClassName
{
background-color: #D3F62A;
}
</style>
border-color css
<style>
span { border-color: #D3F62A; }
span { border-color: rgb(211,246,42); }
td.TdClassName
{
border-color: #D3F62A;
}
.TagClassName
{
border-color: #D3F62A;
}
</style>