Html Css Color HEX #D4EA34 Pear

📋 copy color: '#D4EA34'

red 212 ◦ green 234 ◦ blue 52

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

Shades of Pear #D4EA34

Tints of Pear #D4EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.99%

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 42.57%
G = 46.99%
B = 10.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#D4EA34 (or 0xD4EA34) is known color: Pear. HEX triplet: D4, EA and 34. RGB value is (212,234,52). Sum of RGB (Red+Green+Blue) = 212+234+52=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA34 is #2B15CB. Grayscale: #CFCFCF. Windows color (decimal): -2823628 or 3467988. OLE color: 3467988.

HSL color Cylindrical-coordinate representation of color #D4EA34: hue angle of 67.25º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4EA34 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 52 -
CMYK 0.09 0 0.78 0.08
HSL 67.25º 0.81% 0.56% -
HSV(B) 67.25º 0.78% 0.92% -
XYZ 57.19 73.09 14.34 -
YUV 206.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 212 234 52 0.09 0 0.78 0.08 67.25 0.81 0.56
Hex D4 EA 34 9 0 4E 8 43 51 38
Octal 324 352 64 11 0 116 10 103 121 70
Binary 11010100 11101010 110100 1001 0 1001110 1000 1000011 1010001 111000

Color Harmonies of #D4EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA34

Black with #D4EA34

Text Example


Text Example

White with #D4EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA34; }

 p { color: rgb(212,234,52); }

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

background-color css

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

 a { background-color: rgb(212,234,52); }

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

border-color css

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

 span { border-color: rgb(212,234,52); }

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