#D6EB32

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

Shades of Pear #D6EB32

Tints of Pear #D6EB32

Color information

#D6EB32 (or 0xD6EB32) is unknown color: approx Pear. HEX triplet: D6, EB and 32. RGB value is (214,235,50). Sum of RGB (Red+Green+Blue) = 214+235+50=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB32 is #2914CD. Grayscale: #D0D0D0. Windows color (decimal): -2692302 or 3337174. OLE color: 3337174.

HSL color Cylindrical-coordinate representation of color #D6EB32: hue angle of 66.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6EB32 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB21423550-
CMYK0.0900.790.08
HSL66.81º82.22%55.88%-
HSV(B)66.81º78.72%92.16%-
XYZ58.0273.9414.23-
YUV207.6339.04132.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 235 (92.19% from 255) = 47.09%
BLUE value IS 50 (19.92% from 255) = 10.02%
R=42.89%
G=47.09%
B=10.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214235500.0900.790.0866.8182.2255.88
HexD6EB32904F8435238
Octal326353621101171010312270
Binary1101011011101011110010100101001111100010000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB32; }

 p { color: rgb(214,235,50); }

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

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

 a { background-color: rgb(214,235,50); }

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

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

 span { border-color: rgb(214,235,50); }

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