#D6E71A

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

Shades of Pear #D6E71A

Tints of Pear #D6E71A

Color information

#D6E71A (or 0xD6E71A) is unknown color: approx Pear. HEX triplet: D6, E7 and 1A. RGB value is (214,231,26). Sum of RGB (Red+Green+Blue) = 214+231+26=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E71A is #2918E5. Grayscale: #CBCBCB. Windows color (decimal): -2693350 or 1763286. OLE color: 1763286.

HSL color Cylindrical-coordinate representation of color #D6E71A: hue angle of 64.98º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6E71A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB21423126-
CMYK0.0700.890.09
HSL64.98º81.03%50.39%-
HSV(B)64.98º88.74%90.59%-
XYZ56.4971.5211.8-
YUV202.5528.37136.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 26 (10.55% from 255) = 5.52%
R=45.44%
G=49.04%
B=5.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214231260.0700.890.0964.9881.0350.39
HexD6E71A70599415132
Octal32634732701311110112162
Binary11010110111001111101011101011001100110000011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E71A; }

 p { color: rgb(214,231,26); }

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

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

 a { background-color: rgb(214,231,26); }

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

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

 span { border-color: rgb(214,231,26); }

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