#D6E83D

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

Shades of Pear #D6E83D

Tints of Pear #D6E83D

Color information

#D6E83D (or 0xD6E83D) is unknown color: approx Pear. HEX triplet: D6, E8 and 3D. RGB value is (214,232,61). Sum of RGB (Red+Green+Blue) = 214+232+61=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E83D is #2917C2. Grayscale: #CFCFCF. Windows color (decimal): -2693059 or 4057302. OLE color: 4057302.

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

Color convert

RGB21423261-
CMYK0.0800.740.09
HSL66.32º78.8%57.45%-
HSV(B)66.32º73.71%90.98%-
XYZ57.4372.3515.35-
YUV207.1245.54132.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 232 (91.02% from 255) = 45.76%
BLUE value IS 61 (24.22% from 255) = 12.03%
R=42.21%
G=45.76%
B=12.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214232610.0800.740.0966.3278.857.45
HexD6E83D804A9424f39
Octal326350751001121110211771
Binary1101011011101000111101100001001010100110000101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E83D; }

 p { color: rgb(214,232,61); }

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

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

 a { background-color: rgb(214,232,61); }

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

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

 span { border-color: rgb(214,232,61); }

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