#D6E92C

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

Shades of Pear #D6E92C

Tints of Pear #D6E92C

Color information

#D6E92C (or 0xD6E92C) is unknown color: approx Pear. HEX triplet: D6, E9 and 2C. RGB value is (214,233,44). Sum of RGB (Red+Green+Blue) = 214+233+44=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E92C is #2916D3. Grayscale: #CECECE. Windows color (decimal): -2692820 or 2943446. OLE color: 2943446.

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

Color convert

RGB21423344-
CMYK0.0800.810.09
HSL66.03º81.12%54.31%-
HSV(B)66.03º81.12%91.37%-
XYZ57.3372.7613.4-
YUV205.7736.71133.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 233 (91.41% from 255) = 47.45%
BLUE value IS 44 (17.58% from 255) = 8.96%
R=43.58%
G=47.45%
B=8.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214233440.0800.810.0966.0381.1254.31
HexD6E92C80519425136
Octal326351541001211110212166
Binary1101011011101001101100100001010001100110000101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E92C; }

 p { color: rgb(214,233,44); }

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

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

 a { background-color: rgb(214,233,44); }

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

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

 span { border-color: rgb(214,233,44); }

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