#D3F749

Color #D3F749 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D3F749

Tints of Pear #D3F749

Color information

#D3F749 (or 0xD3F749) is unknown color: approx Pear. HEX triplet: D3, F7 and 49. RGB value is (211,247,73). Sum of RGB (Red+Green+Blue) = 211+247+73=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F749 is #2C08B6. Grayscale: #D9D9D9. Windows color (decimal): -2885815 or 4847571. OLE color: 4847571.

HSL color Cylindrical-coordinate representation of color #D3F749: hue angle of 72.41º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F749 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB21124773-
CMYK0.1500.700.03
HSL72.41º91.58%62.75%-
HSV(B)72.41º70.45%96.86%-
XYZ61.3380.8518.68-
YUV216.447.07124.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 247 (96.88% from 255) = 46.52%
BLUE value IS 73 (28.91% from 255) = 13.75%
R=39.74%
G=46.52%
B=13.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211247730.1500.700.0372.4191.5862.75
HexD3F749F0463485c3f
Octal323367111170106311013477
Binary110100111111011110010011111010001101110010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F749; }

 p { color: rgb(211,247,73); }

 H1.HeaderClassName
 {
   color: #D3F749;
 }
 .AnyTagClassName
 {
   color: #D3F749;
 }
</style>
background-color css

<style>
 a { background-color: #D3F749; }

 a { background-color: rgb(211,247,73); }

 div.DivClassName
 {
   background-color: #D3F749;
 }
 .BgClassName
 {
   background-color: #D3F749;
 }
</style>
border-color css

<style>
 span { border-color: #D3F749; }

 span { border-color: rgb(211,247,73); }

 td.TdClassName
 {
   border-color: #D3F749;
 }
 .TagClassName
 {
   border-color: #D3F749;
 }
</style>