Shades of Pear #D0FE37
Tints of Pear #D0FE37
RGB
CMYK
RGB Variations
Color information
#D0FE37 (or 0xD0FE37) is known color: Pear. HEX triplet: D0, FE and 37. RGB value is (208,254,55). Sum of RGB (Red+Green+Blue) = 208+254+55=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 55 (21.88% from 255 or 10.64% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE37 is #2F01C8. Grayscale: #DADADA. Windows color (decimal): -3080649 or 3669712. OLE color: 3669712.
HSL color Cylindrical-coordinate representation of color #D0FE37: hue angle of 73.87º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0FE37 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 55 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.00 |
| HSL | 73.87º | 0.99% | 0.61% | - |
| HSV(B) | 73.87º | 0.78% | 1% | - |
| XYZ | 62.14 | 84.57 | 16.66 | - |
| YUV | 217.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 55 | 0.18 | 0 | 0.78 | 0.00 | 73.87 | 0.99 | 0.61 |
| Hex | D0 | FE | 37 | 12 | 0 | 4E | 0 | 4A | 63 | 3D |
| Octal | 320 | 376 | 67 | 22 | 0 | 116 | 0 | 112 | 143 | 75 |
| Binary | 11010000 | 11111110 | 110111 | 10010 | 0 | 1001110 | 0 | 1001010 | 1100011 | 111101 |
Color Harmonies of #D0FE37
Complementary color
Monochromatic Colors of #D0FE37
Black with #D0FE37
Text Example
Text Example
White with #D0FE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE37; }
p { color: rgb(208,254,55); }
H1.HeaderClassName
{
color: #D0FE37;
}
.AnyTagClassName
{
color: #D0FE37;
}
</style>
background-color css
<style>
a { background-color: #D0FE37; }
a { background-color: rgb(208,254,55); }
div.DivClassName
{
background-color: #D0FE37;
}
.BgClassName
{
background-color: #D0FE37;
}
</style>
border-color css
<style>
span { border-color: #D0FE37; }
span { border-color: rgb(208,254,55); }
td.TdClassName
{
border-color: #D0FE37;
}
.TagClassName
{
border-color: #D0FE37;
}
</style>