Shades of Pear #D3F934
Tints of Pear #D3F934
RGB
CMYK
RGB Variations
Color information
#D3F934 (or 0xD3F934) is known color: Pear. HEX triplet: D3, F9 and 34. RGB value is (211,249,52). Sum of RGB (Red+Green+Blue) = 211+249+52=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F934 is #2C06CB. Grayscale: #D7D7D7. Windows color (decimal): -2885324 or 3471827. OLE color: 3471827.
HSL color Cylindrical-coordinate representation of color #D3F934: hue angle of 71.57º degrees, saturation: 0.94, 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 #D3F934 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 52 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.02 |
| HSL | 71.57º | 0.94% | 0.59% | - |
| HSV(B) | 71.57º | 0.79% | 0.98% | - |
| XYZ | 61.36 | 81.85 | 15.81 | - |
| YUV | 215.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 52 | 0.15 | 0 | 0.79 | 0.02 | 71.57 | 0.94 | 0.59 |
| Hex | D3 | F9 | 34 | F | 0 | 4F | 2 | 48 | 5E | 3B |
| Octal | 323 | 371 | 64 | 17 | 0 | 117 | 2 | 110 | 136 | 73 |
| Binary | 11010011 | 11111001 | 110100 | 1111 | 0 | 1001111 | 10 | 1001000 | 1011110 | 111011 |
Color Harmonies of #D3F934
Complementary color
Monochromatic Colors of #D3F934
Black with #D3F934
Text Example
Text Example
White with #D3F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F934; }
p { color: rgb(211,249,52); }
H1.HeaderClassName
{
color: #D3F934;
}
.AnyTagClassName
{
color: #D3F934;
}
</style>
background-color css
<style>
a { background-color: #D3F934; }
a { background-color: rgb(211,249,52); }
div.DivClassName
{
background-color: #D3F934;
}
.BgClassName
{
background-color: #D3F934;
}
</style>
border-color css
<style>
span { border-color: #D3F934; }
span { border-color: rgb(211,249,52); }
td.TdClassName
{
border-color: #D3F934;
}
.TagClassName
{
border-color: #D3F934;
}
</style>