#D9F548

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

Shades of Pear #D9F548

Tints of Pear #D9F548

Color information

#D9F548 (or 0xD9F548) is unknown color: approx Pear. HEX triplet: D9, F5 and 48. RGB value is (217,245,72). Sum of RGB (Red+Green+Blue) = 217+245+72=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F548 is #260AB7. Grayscale: #D9D9D9. Windows color (decimal): -2493112 or 4781529. OLE color: 4781529.

HSL color Cylindrical-coordinate representation of color #D9F548: hue angle of 69.71º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9F548 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB21724572-
CMYK0.1100.710.04
HSL69.71º89.64%62.16%-
HSV(B)69.71º70.61%96.08%-
XYZ62.4480.5218.38-
YUV216.9146.22128.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 245 (96.09% from 255) = 45.88%
BLUE value IS 72 (28.52% from 255) = 13.48%
R=40.64%
G=45.88%
B=13.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217245720.1100.710.0469.7189.6462.16
HexD9F548B0474465a3e
Octal331365110130107410613276
Binary1101100111110101100100010110100011110010001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F548; }

 p { color: rgb(217,245,72); }

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

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

 a { background-color: rgb(217,245,72); }

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

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

 span { border-color: rgb(217,245,72); }

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