#D4EB16

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

Shades of Pear #D4EB16

Tints of Pear #D4EB16

Color information

#D4EB16 (or 0xD4EB16) is unknown color: approx Pear. HEX triplet: D4, EB and 16. RGB value is (212,235,22). Sum of RGB (Red+Green+Blue) = 212+235+22=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EB16 is #2B14E9. Grayscale: #CCCCCC. Windows color (decimal): -2823402 or 1502164. OLE color: 1502164.

HSL color Cylindrical-coordinate representation of color #D4EB16: hue angle of 66.48º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4EB16 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB21223522-
CMYK0.1000.910.08
HSL66.48º84.19%50.39%-
HSV(B)66.48º90.64%92.16%-
XYZ5773.4711.94-
YUV203.8425.38133.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.20%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 22 (8.98% from 255) = 4.69%
R=45.20%
G=50.11%
B=4.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212235220.1000.910.0866.4884.1950.39
HexD4EB16A05B8425432
Octal324353261201331010212462
Binary110101001110101110110101001011011100010000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EB16; }

 p { color: rgb(212,235,22); }

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

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

 a { background-color: rgb(212,235,22); }

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

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

 span { border-color: rgb(212,235,22); }

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