Shades of Pear #D0FA36
Tints of Pear #D0FA36
RGB
CMYK
RGB Variations
Color information
#D0FA36 (or 0xD0FA36) is known color: Pear. HEX triplet: D0, FA and 36. RGB value is (208,250,54). Sum of RGB (Red+Green+Blue) = 208+250+54=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 54 (21.48% from 255 or 10.55% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA36 is #2F05C9. Grayscale: #D7D7D7. Windows color (decimal): -3081674 or 3603152. OLE color: 3603152.
HSL color Cylindrical-coordinate representation of color #D0FA36: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0FA36 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 54 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.02 |
| HSL | 72.86º | 0.95% | 0.6% | - |
| HSV(B) | 72.86º | 0.78% | 0.98% | - |
| XYZ | 60.86 | 82.05 | 16.12 | - |
| YUV | 215.1 | 37.09 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 54 | 0.17 | 0 | 0.78 | 0.02 | 72.86 | 0.95 | 0.6 |
| Hex | D0 | FA | 36 | 11 | 0 | 4E | 2 | 49 | 5F | 3C |
| Octal | 320 | 372 | 66 | 21 | 0 | 116 | 2 | 111 | 137 | 74 |
| Binary | 11010000 | 11111010 | 110110 | 10001 | 0 | 1001110 | 10 | 1001001 | 1011111 | 111100 |
Color Harmonies of #D0FA36
Complementary color
Monochromatic Colors of #D0FA36
Black with #D0FA36
Text Example
Text Example
White with #D0FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA36; }
p { color: rgb(208,250,54); }
H1.HeaderClassName
{
color: #D0FA36;
}
.AnyTagClassName
{
color: #D0FA36;
}
</style>
background-color css
<style>
a { background-color: #D0FA36; }
a { background-color: rgb(208,250,54); }
div.DivClassName
{
background-color: #D0FA36;
}
.BgClassName
{
background-color: #D0FA36;
}
</style>
border-color css
<style>
span { border-color: #D0FA36; }
span { border-color: rgb(208,250,54); }
td.TdClassName
{
border-color: #D0FA36;
}
.TagClassName
{
border-color: #D0FA36;
}
</style>