Shades of Pear #D9FF34
Tints of Pear #D9FF34
RGB
CMYK
RGB Variations
Color information
#D9FF34 (or 0xD9FF34) is known color: Pear. HEX triplet: D9, FF and 34. RGB value is (217,255,52). Sum of RGB (Red+Green+Blue) = 217+255+52=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF34 is #2600CB. Grayscale: #DDDDDD. Windows color (decimal): -2490572 or 3473369. OLE color: 3473369.
HSL color Cylindrical-coordinate representation of color #D9FF34: hue angle of 71.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9FF34 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 52 | - |
| CMYK | 0.15 | 0 | 0.80 | 0 |
| HSL | 71.23º | 1% | 0.6% | - |
| HSV(B) | 71.23º | 0.8% | 1% | - |
| XYZ | 65 | 86.52 | 16.52 | - |
| YUV | 220.5 | 32.91 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 52 | 0.15 | 0 | 0.80 | 0 | 71.23 | 1 | 0.6 |
| Hex | D9 | FF | 34 | F | 0 | 50 | 0 | 47 | 64 | 3C |
| Octal | 331 | 377 | 64 | 17 | 0 | 120 | 0 | 107 | 144 | 74 |
| Binary | 11011001 | 11111111 | 110100 | 1111 | 0 | 1010000 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #D9FF34
Complementary color
Monochromatic Colors of #D9FF34
Black with #D9FF34
Text Example
Text Example
White with #D9FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF34; }
p { color: rgb(217,255,52); }
H1.HeaderClassName
{
color: #D9FF34;
}
.AnyTagClassName
{
color: #D9FF34;
}
</style>
background-color css
<style>
a { background-color: #D9FF34; }
a { background-color: rgb(217,255,52); }
div.DivClassName
{
background-color: #D9FF34;
}
.BgClassName
{
background-color: #D9FF34;
}
</style>
border-color css
<style>
span { border-color: #D9FF34; }
span { border-color: rgb(217,255,52); }
td.TdClassName
{
border-color: #D9FF34;
}
.TagClassName
{
border-color: #D9FF34;
}
</style>