#D5FA45

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

Shades of Pear #D5FA45

Tints of Pear #D5FA45

Color information

#D5FA45 (or 0xD5FA45) is unknown color: approx Pear. HEX triplet: D5, FA and 45. RGB value is (213,250,69). Sum of RGB (Red+Green+Blue) = 213+250+69=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA45 is #2A05BA. Grayscale: #DADADA. Windows color (decimal): -2753979 or 4586197. OLE color: 4586197.

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

Color convert

RGB21325069-
CMYK0.1500.720.02
HSL72.27º94.76%62.55%-
HSV(B)72.27º72.4%98.04%-
XYZ62.782.9518.34-
YUV218.343.74124.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 250 (98.05% from 255) = 46.99%
BLUE value IS 69 (27.34% from 255) = 12.97%
R=40.04%
G=46.99%
B=12.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213250690.1500.720.0272.2794.7662.55
HexD5FA45F0482485f3f
Octal325372105170110211013777
Binary110101011111101010001011111010010001010010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FA45; }

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

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

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

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

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

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

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

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