#D3F93E

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

Shades of Pear #D3F93E

Tints of Pear #D3F93E

Color information

#D3F93E (or 0xD3F93E) is unknown color: approx Pear. HEX triplet: D3, F9 and 3E. RGB value is (211,249,62). Sum of RGB (Red+Green+Blue) = 211+249+62=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F93E is #2C06C1. Grayscale: #D9D9D9. Windows color (decimal): -2885314 or 4127187. OLE color: 4127187.

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

Color convert

RGB21124962-
CMYK0.1500.750.02
HSL72.19º93.97%60.98%-
HSV(B)72.19º75.1%97.65%-
XYZ61.6181.9517.13-
YUV216.3240.91124.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 62 (24.61% from 255) = 11.88%
R=40.42%
G=47.70%
B=11.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211249620.1500.750.0272.1993.9760.98
HexD3F93EF04B2485e3d
Octal32337176170113211013675
Binary11010011111110011111101111010010111010010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F93E; }

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

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

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

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

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

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

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

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