#D5EE46

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

Shades of Pear #D5EE46

Tints of Pear #D5EE46

Color information

#D5EE46 (or 0xD5EE46) is unknown color: approx Pear. HEX triplet: D5, EE and 46. RGB value is (213,238,70). Sum of RGB (Red+Green+Blue) = 213+238+70=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE46 is #2A11B9. Grayscale: #D4D4D4. Windows color (decimal): -2757050 or 4648661. OLE color: 4648661.

HSL color Cylindrical-coordinate representation of color #D5EE46: hue angle of 68.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5EE46 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB21323870-
CMYK0.1100.710.07
HSL68.93º83.17%60.39%-
HSV(B)68.93º70.59%93.33%-
XYZ59.1275.7417.3-
YUV211.3748.22129.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.88%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 70 (27.73% from 255) = 13.44%
R=40.88%
G=45.68%
B=13.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213238700.1100.710.0768.9383.1760.39
HexD5EE46B047745533c
Octal325356106130107710512374
Binary1101010111101110100011010110100011111110001011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EE46; }

 p { color: rgb(213,238,70); }

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

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

 a { background-color: rgb(213,238,70); }

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

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

 span { border-color: rgb(213,238,70); }

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