Shades of Pear #D0FA34
Tints of Pear #D0FA34
RGB
CMYK
RGB Variations
Color information
#D0FA34 (or 0xD0FA34) is known color: Pear. HEX triplet: D0, FA and 34. RGB value is (208,250,52). Sum of RGB (Red+Green+Blue) = 208+250+52=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA34 is #2F05CB. Grayscale: #D7D7D7. Windows color (decimal): -3081676 or 3472080. OLE color: 3472080.
HSL color Cylindrical-coordinate representation of color #D0FA34: hue angle of 72.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0FA34 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 52 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.02 |
| HSL | 72.73º | 0.95% | 0.59% | - |
| HSV(B) | 72.73º | 0.79% | 0.98% | - |
| XYZ | 60.82 | 82.03 | 15.88 | - |
| YUV | 214.87 | 36.09 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 52 | 0.17 | 0 | 0.79 | 0.02 | 72.73 | 0.95 | 0.59 |
| Hex | D0 | FA | 34 | 11 | 0 | 4F | 2 | 49 | 5F | 3B |
| Octal | 320 | 372 | 64 | 21 | 0 | 117 | 2 | 111 | 137 | 73 |
| Binary | 11010000 | 11111010 | 110100 | 10001 | 0 | 1001111 | 10 | 1001001 | 1011111 | 111011 |
Color Harmonies of #D0FA34
Complementary color
Monochromatic Colors of #D0FA34
Black with #D0FA34
Text Example
Text Example
White with #D0FA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA34; }
p { color: rgb(208,250,52); }
H1.HeaderClassName
{
color: #D0FA34;
}
.AnyTagClassName
{
color: #D0FA34;
}
</style>
background-color css
<style>
a { background-color: #D0FA34; }
a { background-color: rgb(208,250,52); }
div.DivClassName
{
background-color: #D0FA34;
}
.BgClassName
{
background-color: #D0FA34;
}
</style>
border-color css
<style>
span { border-color: #D0FA34; }
span { border-color: rgb(208,250,52); }
td.TdClassName
{
border-color: #D0FA34;
}
.TagClassName
{
border-color: #D0FA34;
}
</style>