#D6E515

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

Shades of Pear #D6E515

Tints of Pear #D6E515

Color information

#D6E515 (or 0xD6E515) is unknown color: approx Pear. HEX triplet: D6, E5 and 15. RGB value is (214,229,21). Sum of RGB (Red+Green+Blue) = 214+229+21=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E515 is #291AEA. Grayscale: #C9C9C9. Windows color (decimal): -2693867 or 1435094. OLE color: 1435094.

HSL color Cylindrical-coordinate representation of color #D6E515: hue angle of 64.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6E515 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB21422921-
CMYK0.0700.910.10
HSL64.33º83.2%49.02%-
HSV(B)64.33º90.83%89.8%-
XYZ55.8970.3911.35-
YUV200.826.53137.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 229 (89.84% from 255) = 49.35%
BLUE value IS 21 (8.59% from 255) = 4.53%
R=46.12%
G=49.35%
B=4.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal214229210.0700.910.1064.3383.249.02
HexD6E515705BA405331
Octal32634525701331210012361
Binary11010110111001011010111101011011101010000001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E515; }

 p { color: rgb(214,229,21); }

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

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

 a { background-color: rgb(214,229,21); }

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

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

 span { border-color: rgb(214,229,21); }

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