#D5EE1F

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

Shades of Pear #D5EE1F

Tints of Pear #D5EE1F

Color information

#D5EE1F (or 0xD5EE1F) is unknown color: approx Pear. HEX triplet: D5, EE and 1F. RGB value is (213,238,31). Sum of RGB (Red+Green+Blue) = 213+238+31=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE1F is #2A11E0. Grayscale: #CFCFCF. Windows color (decimal): -2757089 or 2092757. OLE color: 2092757.

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

Color convert

RGB21323831-
CMYK0.1100.870.07
HSL67.25º85.89%52.75%-
HSV(B)67.25º86.97%93.33%-
XYZ58.2675.3912.78-
YUV206.9328.72132.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.19%
GREEN value IS 238 (93.36% from 255) = 49.38%
BLUE value IS 31 (12.5% from 255) = 6.43%
R=44.19%
G=49.38%
B=6.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213238310.1100.870.0767.2585.8952.75
HexD5EE1FB0577435635
Octal32535637130127710312665
Binary11010101111011101111110110101011111110000111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EE1F; }

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

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

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

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

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

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

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

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