Html Css Color HEX #D1E54A Pear

📋 copy color: '#D1E54A'

red 209 ◦ green 229 ◦ blue 74

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

Shades of Pear #D1E54A

Tints of Pear #D1E54A

RGB

 RED value IS 209 (82.03% from 255) = 40.82%

 GREEN value IS 229 (89.84% from 255) = 44.73%

 BLUE value IS 74 (29.3% from 255) = 14.45%

R = 40.82%
G = 44.73%
B = 14.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#D1E54A (or 0xD1E54A) is known color: Pear. HEX triplet: D1, E5 and 4A. RGB value is (209,229,74). Sum of RGB (Red+Green+Blue) = 209+229+74=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E54A is #2E1AB5. Grayscale: #CDCDCD. Windows color (decimal): -3021494 or 4908497. OLE color: 4908497.

HSL color Cylindrical-coordinate representation of color #D1E54A: hue angle of 67.74º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1E54A is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 229 74 -
CMYK 0.09 0 0.68 0.10
HSL 67.74º 0.75% 0.59% -
HSV(B) 67.74º 0.68% 0.9% -
XYZ 55.55 70.09 17.08 -
YUV 205.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 209 229 74 0.09 0 0.68 0.10 67.74 0.75 0.59
Hex D1 E5 4A 9 0 44 A 44 4B 3B
Octal 321 345 112 11 0 104 12 104 113 73
Binary 11010001 11100101 1001010 1001 0 1000100 1010 1000100 1001011 111011

Color Harmonies of #D1E54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E54A

Black with #D1E54A

Text Example


Text Example

White with #D1E54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E54A; }

 p { color: rgb(209,229,74); }

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

background-color css

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

 a { background-color: rgb(209,229,74); }

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

border-color css

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

 span { border-color: rgb(209,229,74); }

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