Html Css Color HEX #D4EA44 Pear

📋 copy color: '#D4EA44'

red 212 ◦ green 234 ◦ blue 68

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

Shades of Pear #D4EA44

Tints of Pear #D4EA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.23%

R = 41.25%
G = 45.53%
B = 13.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#D4EA44 (or 0xD4EA44) is known color: Pear. HEX triplet: D4, EA and 44. RGB value is (212,234,68). Sum of RGB (Red+Green+Blue) = 212+234+68=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA44 is #2B15BB. Grayscale: #D1D1D1. Windows color (decimal): -2823612 or 4516564. OLE color: 4516564.

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

Color convert

RGB 212 234 68 -
CMYK 0.09 0 0.71 0.08
HSL 67.95º 0.8% 0.59% -
HSV(B) 67.95º 0.71% 0.92% -
XYZ 57.62 73.26 16.57 -
YUV 208.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 212 234 68 0.09 0 0.71 0.08 67.95 0.8 0.59
Hex D4 EA 44 9 0 47 8 44 50 3B
Octal 324 352 104 11 0 107 10 104 120 73
Binary 11010100 11101010 1000100 1001 0 1000111 1000 1000100 1010000 111011

Color Harmonies of #D4EA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA44

Black with #D4EA44

Text Example


Text Example

White with #D4EA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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