#D4E61C

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

Shades of Pear #D4E61C

Tints of Pear #D4E61C

Color information

#D4E61C (or 0xD4E61C) is unknown color: approx Pear. HEX triplet: D4, E6 and 1C. RGB value is (212,230,28). Sum of RGB (Red+Green+Blue) = 212+230+28=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E61C is #2B19E3. Grayscale: #CACACA. Windows color (decimal): -2824676 or 1894100. OLE color: 1894100.

HSL color Cylindrical-coordinate representation of color #D4E61C: hue angle of 65.35º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4E61C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB21223028-
CMYK0.0800.880.10
HSL65.35º80.16%50.59%-
HSV(B)65.35º87.83%90.2%-
XYZ55.6670.6711.81-
YUV201.5930.04135.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 230 (90.23% from 255) = 48.94%
BLUE value IS 28 (11.33% from 255) = 5.96%
R=45.11%
G=48.94%
B=5.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212230280.0800.880.1065.3580.1650.59
HexD4E61C8058A415033
Octal324346341001301210112063
Binary110101001110011011100100001011000101010000011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E61C; }

 p { color: rgb(212,230,28); }

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

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

 a { background-color: rgb(212,230,28); }

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

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

 span { border-color: rgb(212,230,28); }

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