#D3F34A

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

Shades of Pear #D3F34A

Tints of Pear #D3F34A

Color information

#D3F34A (or 0xD3F34A) is unknown color: approx Pear. HEX triplet: D3, F3 and 4A. RGB value is (211,243,74). Sum of RGB (Red+Green+Blue) = 211+243+74=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F34A is #2C0CB5. Grayscale: #D6D6D6. Windows color (decimal): -2886838 or 4912083. OLE color: 4912083.

HSL color Cylindrical-coordinate representation of color #D3F34A: hue angle of 71.36º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F34A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB21124374-
CMYK0.1300.700.05
HSL71.36º87.56%62.16%-
HSV(B)71.36º69.55%95.29%-
XYZ60.1578.4418.45-
YUV214.1748.9125.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 74 (29.30% from 255) = 14.02%
R=39.96%
G=46.02%
B=14.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211243740.1300.700.0571.3687.5662.16
HexD3F34AD046547583e
Octal323363112150106510713076
Binary1101001111110011100101011010100011010110001111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F34A; }

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

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

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

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

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

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

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

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