#D4F93E

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

Shades of Pear #D4F93E

Tints of Pear #D4F93E

Color information

#D4F93E (or 0xD4F93E) is unknown color: approx Pear. HEX triplet: D4, F9 and 3E. RGB value is (212,249,62). Sum of RGB (Red+Green+Blue) = 212+249+62=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F93E is #2B06C1. Grayscale: #D9D9D9. Windows color (decimal): -2819778 or 4127188. OLE color: 4127188.

HSL color Cylindrical-coordinate representation of color #D4F93E: hue angle of 71.87º 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 #D4F93E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB21224962-
CMYK0.1500.750.02
HSL71.87º93.97%60.98%-
HSV(B)71.87º75.1%97.65%-
XYZ61.982.117.14-
YUV216.6240.74124.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 62 (24.61% from 255) = 11.85%
R=40.54%
G=47.61%
B=11.85%

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
Decimal212249620.1500.750.0271.8793.9760.98
HexD4F93EF04B2485e3d
Octal32437176170113211013675
Binary11010100111110011111101111010010111010010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F93E; }

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

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

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

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

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

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

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

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