#D3F04A

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

Shades of Pear #D3F04A

Tints of Pear #D3F04A

Color information

#D3F04A (or 0xD3F04A) is unknown color: approx Pear. HEX triplet: D3, F0 and 4A. RGB value is (211,240,74). Sum of RGB (Red+Green+Blue) = 211+240+74=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F04A is #2C0FB5. Grayscale: #D5D5D5. Windows color (decimal): -2887606 or 4911315. OLE color: 4911315.

HSL color Cylindrical-coordinate representation of color #D3F04A: hue angle of 70.48º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3F04A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB21124074-
CMYK0.1200.690.06
HSL70.48º84.69%61.57%-
HSV(B)70.48º69.17%94.12%-
XYZ59.2676.6618.15-
YUV212.449.89127-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 74 (29.30% from 255) = 14.10%
R=40.19%
G=45.71%
B=14.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211240740.1200.690.0670.4884.6961.57
HexD3F04AC045646553e
Octal323360112140105610612576
Binary1101001111110000100101011000100010111010001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F04A; }

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

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

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

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

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

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

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

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