Shades of Pear #D0FE30
Tints of Pear #D0FE30
RGB
CMYK
RGB Variations
Color information
#D0FE30 (or 0xD0FE30) is known color: Pear. HEX triplet: D0, FE and 30. RGB value is (208,254,48). Sum of RGB (Red+Green+Blue) = 208+254+48=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 48 (19.14% from 255 or 9.41% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE30 is #2F01CF. Grayscale: #D9D9D9. Windows color (decimal): -3080656 or 3210960. OLE color: 3210960.
HSL color Cylindrical-coordinate representation of color #D0FE30: hue angle of 73.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0FE30 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 48 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.00 |
| HSL | 73.4º | 0.99% | 0.59% | - |
| HSV(B) | 73.4º | 0.81% | 1% | - |
| XYZ | 61.99 | 84.51 | 15.84 | - |
| YUV | 216.76 | 32.76 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 48 | 0.18 | 0 | 0.81 | 0.00 | 73.4 | 0.99 | 0.59 |
| Hex | D0 | FE | 30 | 12 | 0 | 51 | 0 | 49 | 63 | 3B |
| Octal | 320 | 376 | 60 | 22 | 0 | 121 | 0 | 111 | 143 | 73 |
| Binary | 11010000 | 11111110 | 110000 | 10010 | 0 | 1010001 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #D0FE30
Complementary color
Monochromatic Colors of #D0FE30
Black with #D0FE30
Text Example
Text Example
White with #D0FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE30; }
p { color: rgb(208,254,48); }
H1.HeaderClassName
{
color: #D0FE30;
}
.AnyTagClassName
{
color: #D0FE30;
}
</style>
background-color css
<style>
a { background-color: #D0FE30; }
a { background-color: rgb(208,254,48); }
div.DivClassName
{
background-color: #D0FE30;
}
.BgClassName
{
background-color: #D0FE30;
}
</style>
border-color css
<style>
span { border-color: #D0FE30; }
span { border-color: rgb(208,254,48); }
td.TdClassName
{
border-color: #D0FE30;
}
.TagClassName
{
border-color: #D0FE30;
}
</style>