#D5FF2E

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

Shades of Pear #D5FF2E

Tints of Pear #D5FF2E

Color information

#D5FF2E (or 0xD5FF2E) is unknown color: approx Pear. HEX triplet: D5, FF and 2E. RGB value is (213,255,46). Sum of RGB (Red+Green+Blue) = 213+255+46=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF2E is #2A00D1. Grayscale: #DBDBDB. Windows color (decimal): -2752722 or 3080149. OLE color: 3080149.

HSL color Cylindrical-coordinate representation of color #D5FF2E: hue angle of 72.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5FF2E is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB21325546-
CMYK0.1600.820
HSL72.06º100%59.02%-
HSV(B)72.06º81.96%100%-
XYZ63.6985.8615.8-
YUV218.6230.59123.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 255 (100% from 255) = 49.61%
BLUE value IS 46 (18.36% from 255) = 8.95%
R=41.44%
G=49.61%
B=8.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255460.1600.82072.0610059.02
HexD5FF2E10052048643b
Octal32537756200122011014473
Binary11010101111111111011101000001010010010010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF2E; }

 p { color: rgb(213,255,46); }

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

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

 a { background-color: rgb(213,255,46); }

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

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

 span { border-color: rgb(213,255,46); }

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