Shades of Pear #D6F42D
Tints of Pear #D6F42D
RGB
CMYK
RGB Variations
Color information
#D6F42D (or 0xD6F42D) is known color: Pear. HEX triplet: D6, F4 and 2D. RGB value is (214,244,45). Sum of RGB (Red+Green+Blue) = 214+244+45=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #D6F42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F42D is #290BD2. Grayscale: #D5D5D5. Windows color (decimal): -2690003 or 3011798. OLE color: 3011798.
HSL color Cylindrical-coordinate representation of color #D6F42D: hue angle of 69.05º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6F42D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 244 | 45 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.04 |
| HSL | 69.05º | 0.9% | 0.57% | - |
| HSV(B) | 69.05º | 0.82% | 0.96% | - |
| XYZ | 60.56 | 79.19 | 14.58 | - |
| YUV | 212.34 | 33.56 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 244 | 45 | 0.12 | 0 | 0.82 | 0.04 | 69.05 | 0.9 | 0.57 |
| Hex | D6 | F4 | 2D | C | 0 | 52 | 4 | 45 | 5A | 39 |
| Octal | 326 | 364 | 55 | 14 | 0 | 122 | 4 | 105 | 132 | 71 |
| Binary | 11010110 | 11110100 | 101101 | 1100 | 0 | 1010010 | 100 | 1000101 | 1011010 | 111001 |
Color Harmonies of #D6F42D
Complementary color
Monochromatic Colors of #D6F42D
Black with #D6F42D
Text Example
Text Example
White with #D6F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F42D; }
p { color: rgb(214,244,45); }
H1.HeaderClassName
{
color: #D6F42D;
}
.AnyTagClassName
{
color: #D6F42D;
}
</style>
background-color css
<style>
a { background-color: #D6F42D; }
a { background-color: rgb(214,244,45); }
div.DivClassName
{
background-color: #D6F42D;
}
.BgClassName
{
background-color: #D6F42D;
}
</style>
border-color css
<style>
span { border-color: #D6F42D; }
span { border-color: rgb(214,244,45); }
td.TdClassName
{
border-color: #D6F42D;
}
.TagClassName
{
border-color: #D6F42D;
}
</style>