#D5F047

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

Shades of Pear #D5F047

Tints of Pear #D5F047

Color information

#D5F047 (or 0xD5F047) is unknown color: approx Pear. HEX triplet: D5, F0 and 47. RGB value is (213,240,71). Sum of RGB (Red+Green+Blue) = 213+240+71=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 71 (28.12% from 255 or 13.55% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F047 is #2A0FB8. Grayscale: #D5D5D5. Windows color (decimal): -2756537 or 4714709. OLE color: 4714709.

HSL color Cylindrical-coordinate representation of color #D5F047: hue angle of 69.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5F047 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB21324071-
CMYK0.1100.700.06
HSL69.59º84.92%60.98%-
HSV(B)69.59º70.42%94.12%-
XYZ59.7476.9217.66-
YUV212.6648.05128.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 71 (28.12% from 255) = 13.55%
R=40.65%
G=45.80%
B=13.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240710.1100.700.0669.5984.9260.98
HexD5F047B046646553d
Octal325360107130106610612575
Binary1101010111110000100011110110100011011010001101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F047; }

 p { color: rgb(213,240,71); }

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

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

 a { background-color: rgb(213,240,71); }

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

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

 span { border-color: rgb(213,240,71); }

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