Html Css Color HEX #D4E94C Pear

📋 copy color: '#D4E94C'

red 212 ◦ green 233 ◦ blue 76

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

Shades of Pear #D4E94C

Tints of Pear #D4E94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 76 (30.08% from 255) = 14.59%

R = 40.69%
G = 44.72%
B = 14.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#D4E94C (or 0xD4E94C) is known color: Pear. HEX triplet: D4, E9 and 4C. RGB value is (212,233,76). Sum of RGB (Red+Green+Blue) = 212+233+76=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4E94C is #2B16B3. Grayscale: #D1D1D1. Windows color (decimal): -2823860 or 5040596. OLE color: 5040596.

HSL color Cylindrical-coordinate representation of color #D4E94C: hue angle of 68.03º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4E94C is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 233 76 -
CMYK 0.09 0 0.67 0.09
HSL 68.03º 0.78% 0.61% -
HSV(B) 68.03º 0.67% 0.91% -
XYZ 57.59 72.8 17.85 -
YUV 208.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 212 233 76 0.09 0 0.67 0.09 68.03 0.78 0.61
Hex D4 E9 4C 9 0 43 9 44 4E 3D
Octal 324 351 114 11 0 103 11 104 116 75
Binary 11010100 11101001 1001100 1001 0 1000011 1001 1000100 1001110 111101

Color Harmonies of #D4E94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E94C

Black with #D4E94C

Text Example


Text Example

White with #D4E94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E94C; }

 p { color: rgb(212,233,76); }

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

background-color css

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

 a { background-color: rgb(212,233,76); }

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

border-color css

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

 span { border-color: rgb(212,233,76); }

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