Html Css Color HEX #D4EA48 Pear

📋 copy color: '#D4EA48'

red 212 ◦ green 234 ◦ blue 72

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

Shades of Pear #D4EA48

Tints of Pear #D4EA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.9%

R = 40.93%
G = 45.17%
B = 13.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#D4EA48 (or 0xD4EA48) is known color: Pear. HEX triplet: D4, EA and 48. RGB value is (212,234,72). Sum of RGB (Red+Green+Blue) = 212+234+72=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA48 is #2B15B7. Grayscale: #D1D1D1. Windows color (decimal): -2823608 or 4778708. OLE color: 4778708.

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

Color convert

RGB 212 234 72 -
CMYK 0.09 0 0.69 0.08
HSL 68.15º 0.79% 0.6% -
HSV(B) 68.15º 0.69% 0.92% -
XYZ 57.74 73.31 17.24 -
YUV 208.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 212 234 72 0.09 0 0.69 0.08 68.15 0.79 0.6
Hex D4 EA 48 9 0 45 8 44 4F 3C
Octal 324 352 110 11 0 105 10 104 117 74
Binary 11010100 11101010 1001000 1001 0 1000101 1000 1000100 1001111 111100

Color Harmonies of #D4EA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA48

Black with #D4EA48

Text Example


Text Example

White with #D4EA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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