Html Css Color HEX #D4EB20 Pear

📋 copy color: '#D4EB20'

red 212 ◦ green 235 ◦ blue 32

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

Shades of Pear #D4EB20

Tints of Pear #D4EB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

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

R = 44.26%
G = 49.06%
B = 6.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#D4EB20 (or 0xD4EB20) is known color: Pear. HEX triplet: D4, EB and 20. RGB value is (212,235,32). Sum of RGB (Red+Green+Blue) = 212+235+32=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB20 is #2B14DF. Grayscale: #CDCDCD. Windows color (decimal): -2823392 or 2157524. OLE color: 2157524.

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

Color convert

RGB 212 235 32 -
CMYK 0.10 0 0.86 0.08
HSL 66.8º 0.84% 0.52% -
HSV(B) 66.8º 0.86% 0.92% -
XYZ 57.12 73.52 12.55 -
YUV 204.98 30.38 133.01 -
System Red Green Blue C M Y K H S L
Decimal 212 235 32 0.10 0 0.86 0.08 66.8 0.84 0.52
Hex D4 EB 20 A 0 56 8 43 54 34
Octal 324 353 40 12 0 126 10 103 124 64
Binary 11010100 11101011 100000 1010 0 1010110 1000 1000011 1010100 110100

Color Harmonies of #D4EB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB20

Black with #D4EB20

Text Example


Text Example

White with #D4EB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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