Html Css Color HEX #D4EB4A Pear

📋 copy color: '#D4EB4A'

red 212 ◦ green 235 ◦ blue 74

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

Shades of Pear #D4EB4A

Tints of Pear #D4EB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 40.69%
G = 45.11%
B = 14.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#D4EB4A (or 0xD4EB4A) is known color: Pear. HEX triplet: D4, EB and 4A. RGB value is (212,235,74). Sum of RGB (Red+Green+Blue) = 212+235+74=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB4A is #2B14B5. Grayscale: #D2D2D2. Windows color (decimal): -2823350 or 4910036. OLE color: 4910036.

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

Color convert

RGB 212 235 74 -
CMYK 0.10 0 0.69 0.08
HSL 68.57º 0.8% 0.61% -
HSV(B) 68.57º 0.69% 0.92% -
XYZ 58.1 73.91 17.68 -
YUV 209.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 212 235 74 0.10 0 0.69 0.08 68.57 0.8 0.61
Hex D4 EB 4A A 0 45 8 45 50 3D
Octal 324 353 112 12 0 105 10 105 120 75
Binary 11010100 11101011 1001010 1010 0 1000101 1000 1000101 1010000 111101

Color Harmonies of #D4EB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB4A

Black with #D4EB4A

Text Example


Text Example

White with #D4EB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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