Html Css Color HEX #D4E020 Pear

📋 copy color: '#D4E020'

red 212 ◦ green 224 ◦ blue 32

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

Shades of Pear #D4E020

Tints of Pear #D4E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.86%

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

R = 45.3%
G = 47.86%
B = 6.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D4E020 (or 0xD4E020) is known color: Pear. HEX triplet: D4, E0 and 20. RGB value is (212,224,32). Sum of RGB (Red+Green+Blue) = 212+224+32=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E020 is #2B1FDF. Grayscale: #C7C7C7. Windows color (decimal): -2826208 or 2154708. OLE color: 2154708.

HSL color Cylindrical-coordinate representation of color #D4E020: hue angle of 63.75º 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 #D4E020 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 32 -
CMYK 0.05 0 0.86 0.12
HSL 63.75º 0.76% 0.5% -
HSV(B) 63.75º 0.86% 0.88% -
XYZ 54.07 67.41 11.53 -
YUV 198.52 34.02 137.61 -
System Red Green Blue C M Y K H S L
Decimal 212 224 32 0.05 0 0.86 0.12 63.75 0.76 0.5
Hex D4 E0 20 5 0 56 C 40 4C 32
Octal 324 340 40 5 0 126 14 100 114 62
Binary 11010100 11100000 100000 101 0 1010110 1100 1000000 1001100 110010

Color Harmonies of #D4E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E020

Black with #D4E020

Text Example


Text Example

White with #D4E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E020; }

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

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

background-color css

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

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

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

border-color css

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

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

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