#D3F943

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

Shades of Pear #D3F943

Tints of Pear #D3F943

Color information

#D3F943 (or 0xD3F943) is unknown color: approx Pear. HEX triplet: D3, F9 and 43. RGB value is (211,249,67). Sum of RGB (Red+Green+Blue) = 211+249+67=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F943 is #2C06BC. Grayscale: #D9D9D9. Windows color (decimal): -2885309 or 4454867. OLE color: 4454867.

HSL color Cylindrical-coordinate representation of color #D3F943: hue angle of 72.53º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3F943 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB21124967-
CMYK0.1500.730.02
HSL72.53º93.81%61.96%-
HSV(B)72.53º73.09%97.65%-
XYZ61.7582.0117.88-
YUV216.8943.41123.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 67 (26.56% from 255) = 12.71%
R=40.04%
G=47.25%
B=12.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211249670.1500.730.0272.5393.8161.96
HexD3F943F0492495e3e
Octal323371103170111211113676
Binary110100111111100110000111111010010011010010011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F943; }

 p { color: rgb(211,249,67); }

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

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

 a { background-color: rgb(211,249,67); }

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

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

 span { border-color: rgb(211,249,67); }

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