Html Css Color HEX #D4E120 Pear

📋 copy color: '#D4E120'

red 212 ◦ green 225 ◦ blue 32

#D4E120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D4E120

Tints of Pear #D4E120

RGB

 RED value IS 212 (83.2% from 255) = 45.2%

 GREEN value IS 225 (88.28% from 255) = 47.97%

 BLUE value IS 32 (12.89% from 255) = 6.82%

R = 45.2%
G = 47.97%
B = 6.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D4E120 (or 0xD4E120) is known color: Pear. HEX triplet: D4, E1 and 20. RGB value is (212,225,32). Sum of RGB (Red+Green+Blue) = 212+225+32=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E120 is #2B1EDF. Grayscale: #C7C7C7. Windows color (decimal): -2825952 or 2154964. OLE color: 2154964.

HSL color Cylindrical-coordinate representation of color #D4E120: hue angle of 64.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4E120 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 32 -
CMYK 0.06 0 0.86 0.12
HSL 64.04º 0.76% 0.5% -
HSV(B) 64.04º 0.86% 0.88% -
XYZ 54.34 67.95 11.62 -
YUV 199.11 33.69 137.19 -
System Red Green Blue C M Y K H S L
Decimal 212 225 32 0.06 0 0.86 0.12 64.04 0.76 0.5
Hex D4 E1 20 6 0 56 C 40 4C 32
Octal 324 341 40 6 0 126 14 100 114 62
Binary 11010100 11100001 100000 110 0 1010110 1100 1000000 1001100 110010

Color Harmonies of #D4E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E120

Black with #D4E120

Text Example


Text Example

White with #D4E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E120; }

 p { color: rgb(212,225,32); }

 H1.HeaderClassName
 {
   color: #D4E120;
 }
 .AnyTagClassName
 {
   color: #D4E120;
 }
</style>

background-color css

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

 a { background-color: rgb(212,225,32); }

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

border-color css

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

 span { border-color: rgb(212,225,32); }

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