Shades of Pear #D0F24C
Tints of Pear #D0F24C
RGB
CMYK
RGB Variations
Color information
#D0F24C (or 0xD0F24C) is known color: Pear. HEX triplet: D0, F2 and 4C. RGB value is (208,242,76). Sum of RGB (Red+Green+Blue) = 208+242+76=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F24C is #2F0DB3. Grayscale: #D5D5D5. Windows color (decimal): -3083700 or 5042896. OLE color: 5042896.
HSL color Cylindrical-coordinate representation of color #D0F24C: hue angle of 72.29º degrees, saturation: 0.86, 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 #D0F24C is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 76 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.05 |
| HSL | 72.29º | 0.86% | 0.62% | - |
| HSV(B) | 72.29º | 0.69% | 0.95% | - |
| XYZ | 59.07 | 77.44 | 18.67 | - |
| YUV | 212.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 76 | 0.14 | 0 | 0.69 | 0.05 | 72.29 | 0.86 | 0.62 |
| Hex | D0 | F2 | 4C | E | 0 | 45 | 5 | 48 | 56 | 3E |
| Octal | 320 | 362 | 114 | 16 | 0 | 105 | 5 | 110 | 126 | 76 |
| Binary | 11010000 | 11110010 | 1001100 | 1110 | 0 | 1000101 | 101 | 1001000 | 1010110 | 111110 |
Color Harmonies of #D0F24C
Complementary color
Monochromatic Colors of #D0F24C
Black with #D0F24C
Text Example
Text Example
White with #D0F24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F24C; }
p { color: rgb(208,242,76); }
H1.HeaderClassName
{
color: #D0F24C;
}
.AnyTagClassName
{
color: #D0F24C;
}
</style>
background-color css
<style>
a { background-color: #D0F24C; }
a { background-color: rgb(208,242,76); }
div.DivClassName
{
background-color: #D0F24C;
}
.BgClassName
{
background-color: #D0F24C;
}
</style>
border-color css
<style>
span { border-color: #D0F24C; }
span { border-color: rgb(208,242,76); }
td.TdClassName
{
border-color: #D0F24C;
}
.TagClassName
{
border-color: #D0F24C;
}
</style>