#D6E51E

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

Shades of Pear #D6E51E

Tints of Pear #D6E51E

Color information

#D6E51E (or 0xD6E51E) is unknown color: approx Pear. HEX triplet: D6, E5 and 1E. RGB value is (214,229,30). Sum of RGB (Red+Green+Blue) = 214+229+30=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E51E is #291AE1. Grayscale: #CACACA. Windows color (decimal): -2693858 or 2024918. OLE color: 2024918.

HSL color Cylindrical-coordinate representation of color #D6E51E: hue angle of 64.52º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6E51E is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB21422930-
CMYK0.0700.870.10
HSL64.52º79.28%50.78%-
HSV(B)64.52º86.9%89.8%-
XYZ55.9970.4311.87-
YUV201.8331.03136.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 229 (89.84% from 255) = 48.41%
BLUE value IS 30 (12.11% from 255) = 6.34%
R=45.24%
G=48.41%
B=6.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal214229300.0700.870.1064.5279.2850.78
HexD6E51E7057A414f33
Octal32634536701271210111763
Binary11010110111001011111011101010111101010000011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E51E; }

 p { color: rgb(214,229,30); }

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

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

 a { background-color: rgb(214,229,30); }

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

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

 span { border-color: rgb(214,229,30); }

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