Shades of Pear #D6F24A
Tints of Pear #D6F24A
RGB
CMYK
RGB Variations
Color information
#D6F24A (or 0xD6F24A) is known color: Pear. HEX triplet: D6, F2 and 4A. RGB value is (214,242,74). Sum of RGB (Red+Green+Blue) = 214+242+74=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F24A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F24A is #290DB5. Grayscale: #D7D7D7. Windows color (decimal): -2690486 or 4911830. OLE color: 4911830.
HSL color Cylindrical-coordinate representation of color #D6F24A: hue angle of 70º 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 #D6F24A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 74 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.05 |
| HSL | 70º | 0.87% | 0.62% | - |
| HSV(B) | 70º | 0.69% | 0.95% | - |
| XYZ | 60.72 | 78.29 | 18.39 | - |
| YUV | 214.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 74 | 0.12 | 0 | 0.69 | 0.05 | 70 | 0.87 | 0.62 |
| Hex | D6 | F2 | 4A | C | 0 | 45 | 5 | 46 | 57 | 3E |
| Octal | 326 | 362 | 112 | 14 | 0 | 105 | 5 | 106 | 127 | 76 |
| Binary | 11010110 | 11110010 | 1001010 | 1100 | 0 | 1000101 | 101 | 1000110 | 1010111 | 111110 |
Color Harmonies of #D6F24A
Complementary color
Monochromatic Colors of #D6F24A
Black with #D6F24A
Text Example
Text Example
White with #D6F24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F24A; }
p { color: rgb(214,242,74); }
H1.HeaderClassName
{
color: #D6F24A;
}
.AnyTagClassName
{
color: #D6F24A;
}
</style>
background-color css
<style>
a { background-color: #D6F24A; }
a { background-color: rgb(214,242,74); }
div.DivClassName
{
background-color: #D6F24A;
}
.BgClassName
{
background-color: #D6F24A;
}
</style>
border-color css
<style>
span { border-color: #D6F24A; }
span { border-color: rgb(214,242,74); }
td.TdClassName
{
border-color: #D6F24A;
}
.TagClassName
{
border-color: #D6F24A;
}
</style>