#D3F14A

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

Shades of Pear #D3F14A

Tints of Pear #D3F14A

Color information

#D3F14A (or 0xD3F14A) is unknown color: approx Pear. HEX triplet: D3, F1 and 4A. RGB value is (211,241,74). Sum of RGB (Red+Green+Blue) = 211+241+74=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F14A is #2C0EB5. Grayscale: #D5D5D5. Windows color (decimal): -2887350 or 4911571. OLE color: 4911571.

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

Color convert

RGB21124174-
CMYK0.1200.690.05
HSL70.78º85.64%61.76%-
HSV(B)70.78º69.29%94.51%-
XYZ59.5677.2518.25-
YUV212.9949.56126.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 74 (29.30% from 255) = 14.07%
R=40.11%
G=45.82%
B=14.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211241740.1200.690.0570.7885.6461.76
HexD3F14AC045547563e
Octal323361112140105510712676
Binary1101001111110001100101011000100010110110001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F14A; }

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

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

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

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

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

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

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

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