#D5FA49

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

Shades of Pear #D5FA49

Tints of Pear #D5FA49

Color information

#D5FA49 (or 0xD5FA49) is unknown color: approx Pear. HEX triplet: D5, FA and 49. RGB value is (213,250,73). Sum of RGB (Red+Green+Blue) = 213+250+73=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA49 is #2A05B6. Grayscale: #DBDBDB. Windows color (decimal): -2753975 or 4848341. OLE color: 4848341.

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

Color convert

RGB21325073-
CMYK0.1500.710.02
HSL72.54º94.65%63.33%-
HSV(B)72.54º70.8%98.04%-
XYZ62.838319.01-
YUV218.7645.74123.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 73 (28.91% from 255) = 13.62%
R=39.74%
G=46.64%
B=13.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213250730.1500.710.0272.5494.6563.33
HexD5FA49F0472495f3f
Octal325372111170107211113777
Binary110101011111101010010011111010001111010010011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA49; }

 p { color: rgb(213,250,73); }

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

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

 a { background-color: rgb(213,250,73); }

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

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

 span { border-color: rgb(213,250,73); }

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