#D5F440

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

Shades of Pear #D5F440

Tints of Pear #D5F440

Color information

#D5F440 (or 0xD5F440) is unknown color: approx Pear. HEX triplet: D5, F4 and 40. RGB value is (213,244,64). Sum of RGB (Red+Green+Blue) = 213+244+64=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F440 is #2A0BBF. Grayscale: #D6D6D6. Windows color (decimal): -2755520 or 4256981. OLE color: 4256981.

HSL color Cylindrical-coordinate representation of color #D5F440: hue angle of 70.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5F440 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB21324464-
CMYK0.1300.740.04
HSL70.33º89.11%60.39%-
HSV(B)70.33º73.77%95.69%-
XYZ60.7279.2216.94-
YUV214.2143.23127.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 244 (95.70% from 255) = 46.83%
BLUE value IS 64 (25.39% from 255) = 12.28%
R=40.88%
G=46.83%
B=12.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213244640.1300.740.0470.3389.1160.39
HexD5F440D04A446593c
Octal325364100150112410613174
Binary1101010111110100100000011010100101010010001101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F440; }

 p { color: rgb(213,244,64); }

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

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

 a { background-color: rgb(213,244,64); }

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

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

 span { border-color: rgb(213,244,64); }

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