#d4e01c

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

Shades of Pear #D4E01C

Tints of Pear #D4E01C

Color information

#D4E01C (or 0xD4E01C) is unknown color: approx Pear. HEX triplet: D4, E0 and 1C. RGB value is (212,224,28). Sum of RGB (Red+Green+Blue) = 212+224+28=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E01C is #2B1FE3. Grayscale: #C6C6C6. Windows color (decimal): -2826212 or 1892564. OLE color: 1892564.

HSL color Cylindrical-coordinate representation of color #D4E01C: hue angle of 63.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4E01C is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB21222428-
CMYK0.0500.880.12
HSL63.67º77.78%49.41%-
HSV(B)63.67º87.5%87.84%-
XYZ54.0267.3911.26-
YUV198.0732.02137.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 224 (87.89% from 255) = 48.28%
BLUE value IS 28 (11.33% from 255) = 6.03%
R=45.69%
G=48.28%
B=6.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212224280.0500.880.1263.6777.7849.41
HexD4E01C5058C404e31
Octal32434034501301410011661
Binary11010100111000001110010101011000110010000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4e01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4e01c; }

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

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

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

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

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

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

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

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