Shades of Pear #D3F24A
Tints of Pear #D3F24A
RGB
CMYK
RGB Variations
Color information
#D3F24A (or 0xD3F24A) is known color: Pear. HEX triplet: D3, F2 and 4A. RGB value is (211,242,74). Sum of RGB (Red+Green+Blue) = 211+242+74=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F24A is #2C0DB5. Grayscale: #D6D6D6. Windows color (decimal): -2887094 or 4911827. OLE color: 4911827.
HSL color Cylindrical-coordinate representation of color #D3F24A: hue angle of 71.07º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3F24A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 74 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.05 |
| HSL | 71.07º | 0.87% | 0.62% | - |
| HSV(B) | 71.07º | 0.69% | 0.95% | - |
| XYZ | 59.85 | 77.85 | 18.35 | - |
| YUV | 213.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 74 | 0.13 | 0 | 0.69 | 0.05 | 71.07 | 0.87 | 0.62 |
| Hex | D3 | F2 | 4A | D | 0 | 45 | 5 | 47 | 57 | 3E |
| Octal | 323 | 362 | 112 | 15 | 0 | 105 | 5 | 107 | 127 | 76 |
| Binary | 11010011 | 11110010 | 1001010 | 1101 | 0 | 1000101 | 101 | 1000111 | 1010111 | 111110 |
Color Harmonies of #D3F24A
Complementary color
Monochromatic Colors of #D3F24A
Black with #D3F24A
Text Example
Text Example
White with #D3F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F24A; }
p { color: rgb(211,242,74); }
H1.HeaderClassName
{
color: #D3F24A;
}
.AnyTagClassName
{
color: #D3F24A;
}
</style>
background-color css
<style>
a { background-color: #D3F24A; }
a { background-color: rgb(211,242,74); }
div.DivClassName
{
background-color: #D3F24A;
}
.BgClassName
{
background-color: #D3F24A;
}
</style>
border-color css
<style>
span { border-color: #D3F24A; }
span { border-color: rgb(211,242,74); }
td.TdClassName
{
border-color: #D3F24A;
}
.TagClassName
{
border-color: #D3F24A;
}
</style>