#D6EE2B

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

Shades of Pear #D6EE2B

Tints of Pear #D6EE2B

Color information

#D6EE2B (or 0xD6EE2B) is unknown color: approx Pear. HEX triplet: D6, EE and 2B. RGB value is (214,238,43). Sum of RGB (Red+Green+Blue) = 214+238+43=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE2B is #2911D4. Grayscale: #D1D1D1. Windows color (decimal): -2691541 or 2879190. OLE color: 2879190.

HSL color Cylindrical-coordinate representation of color #D6EE2B: hue angle of 67.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6EE2B is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB21423843-
CMYK0.1000.820.07
HSL67.38º85.15%55.1%-
HSV(B)67.38º81.93%93.33%-
XYZ58.7475.6213.79-
YUV208.5934.55131.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 238 (93.36% from 255) = 48.08%
BLUE value IS 43 (17.19% from 255) = 8.69%
R=43.23%
G=48.08%
B=8.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214238430.1000.820.0767.3885.1555.1
HexD6EE2BA0527435537
Octal32635653120122710312567
Binary110101101110111010101110100101001011110000111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE2B; }

 p { color: rgb(214,238,43); }

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

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

 a { background-color: rgb(214,238,43); }

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

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

 span { border-color: rgb(214,238,43); }

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