#D7FE45

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

Shades of Pear #D7FE45

Tints of Pear #D7FE45

Color information

#D7FE45 (or 0xD7FE45) is unknown color: approx Pear. HEX triplet: D7, FE and 45. RGB value is (215,254,69). Sum of RGB (Red+Green+Blue) = 215+254+69=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7FE45 is #2801BA. Grayscale: #DDDDDD. Windows color (decimal): -2621883 or 4587223. OLE color: 4587223.

HSL color Cylindrical-coordinate representation of color #D7FE45: hue angle of 72.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7FE45 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB21525469-
CMYK0.1500.730.00
HSL72.65º98.93%63.33%-
HSV(B)72.65º72.83%99.61%-
XYZ64.5485.7618.78-
YUV221.2542.08123.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 69 (27.34% from 255) = 12.83%
R=39.96%
G=47.21%
B=12.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal215254690.1500.730.0072.6598.9363.33
HexD7FE45F049049633f
Octal327376105170111011114377
Binary11010111111111101000101111101001001010010011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FE45; }

 p { color: rgb(215,254,69); }

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

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

 a { background-color: rgb(215,254,69); }

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

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

 span { border-color: rgb(215,254,69); }

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