Shades of Pear #D0FA30
Tints of Pear #D0FA30
RGB
CMYK
RGB Variations
Color information
#D0FA30 (or 0xD0FA30) is known color: Pear. HEX triplet: D0, FA and 30. RGB value is (208,250,48). Sum of RGB (Red+Green+Blue) = 208+250+48=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA30 is #2F05CF. Grayscale: #D7D7D7. Windows color (decimal): -3081680 or 3209936. OLE color: 3209936.
HSL color Cylindrical-coordinate representation of color #D0FA30: hue angle of 72.48º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0FA30 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 48 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.02 |
| HSL | 72.48º | 0.95% | 0.58% | - |
| HSV(B) | 72.48º | 0.81% | 0.98% | - |
| XYZ | 60.73 | 81.99 | 15.42 | - |
| YUV | 214.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 48 | 0.17 | 0 | 0.81 | 0.02 | 72.48 | 0.95 | 0.58 |
| Hex | D0 | FA | 30 | 11 | 0 | 51 | 2 | 48 | 5F | 3A |
| Octal | 320 | 372 | 60 | 21 | 0 | 121 | 2 | 110 | 137 | 72 |
| Binary | 11010000 | 11111010 | 110000 | 10001 | 0 | 1010001 | 10 | 1001000 | 1011111 | 111010 |
Color Harmonies of #D0FA30
Complementary color
Monochromatic Colors of #D0FA30
Black with #D0FA30
Text Example
Text Example
White with #D0FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA30; }
p { color: rgb(208,250,48); }
H1.HeaderClassName
{
color: #D0FA30;
}
.AnyTagClassName
{
color: #D0FA30;
}
</style>
background-color css
<style>
a { background-color: #D0FA30; }
a { background-color: rgb(208,250,48); }
div.DivClassName
{
background-color: #D0FA30;
}
.BgClassName
{
background-color: #D0FA30;
}
</style>
border-color css
<style>
span { border-color: #D0FA30; }
span { border-color: rgb(208,250,48); }
td.TdClassName
{
border-color: #D0FA30;
}
.TagClassName
{
border-color: #D0FA30;
}
</style>