#D3F34D

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

Shades of Pear #D3F34D

Tints of Pear #D3F34D

Color information

#D3F34D (or 0xD3F34D) is unknown color: approx Pear. HEX triplet: D3, F3 and 4D. RGB value is (211,243,77). Sum of RGB (Red+Green+Blue) = 211+243+77=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F34D is #2C0CB2. Grayscale: #D7D7D7. Windows color (decimal): -2886835 or 5108691. OLE color: 5108691.

HSL color Cylindrical-coordinate representation of color #D3F34D: hue angle of 71.57º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3F34D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB21124377-
CMYK0.1300.680.05
HSL71.57º87.37%62.75%-
HSV(B)71.57º68.31%95.29%-
XYZ60.2578.4918.99-
YUV214.5150.4125.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 77 (30.47% from 255) = 14.50%
R=39.74%
G=45.76%
B=14.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211243770.1300.680.0571.5787.3762.75
HexD3F34DD044548573f
Octal323363115150104511012777
Binary1101001111110011100110111010100010010110010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F34D; }

 p { color: rgb(211,243,77); }

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

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

 a { background-color: rgb(211,243,77); }

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

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

 span { border-color: rgb(211,243,77); }

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