Html Css Color HEX #D4E140 Pear

📋 copy color: '#D4E140'

red 212 ◦ green 225 ◦ blue 64

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

Shades of Pear #D4E140

Tints of Pear #D4E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.91%

 BLUE value IS 64 (25.39% from 255) = 12.77%

R = 42.32%
G = 44.91%
B = 12.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D4E140 (or 0xD4E140) is known color: Pear. HEX triplet: D4, E1 and 40. RGB value is (212,225,64). Sum of RGB (Red+Green+Blue) = 212+225+64=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E140 is #2B1EBF. Grayscale: #CBCBCB. Windows color (decimal): -2825920 or 4252116. OLE color: 4252116.

HSL color Cylindrical-coordinate representation of color #D4E140: hue angle of 64.84º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4E140 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 64 -
CMYK 0.06 0 0.72 0.12
HSL 64.84º 0.73% 0.57% -
HSV(B) 64.84º 0.72% 0.88% -
XYZ 55 68.22 15.12 -
YUV 202.76 49.69 134.59 -
System Red Green Blue C M Y K H S L
Decimal 212 225 64 0.06 0 0.72 0.12 64.84 0.73 0.57
Hex D4 E1 40 6 0 48 C 41 49 39
Octal 324 341 100 6 0 110 14 101 111 71
Binary 11010100 11100001 1000000 110 0 1001000 1100 1000001 1001001 111001

Color Harmonies of #D4E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E140

Black with #D4E140

Text Example


Text Example

White with #D4E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E140; }

 p { color: rgb(212,225,64); }

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

background-color css

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

 a { background-color: rgb(212,225,64); }

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

border-color css

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

 span { border-color: rgb(212,225,64); }

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