Html Css Color HEX #D1E42A Pear

📋 copy color: '#D1E42A'

red 209 ◦ green 228 ◦ blue 42

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

Shades of Pear #D1E42A

Tints of Pear #D1E42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

 BLUE value IS 42 (16.8% from 255) = 8.77%

R = 43.63%
G = 47.6%
B = 8.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#D1E42A (or 0xD1E42A) is known color: Pear. HEX triplet: D1, E4 and 2A. RGB value is (209,228,42). Sum of RGB (Red+Green+Blue) = 209+228+42=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E42A is #2E1BD5. Grayscale: #C9C9C9. Windows color (decimal): -3021782 or 2811089. OLE color: 2811089.

HSL color Cylindrical-coordinate representation of color #D1E42A: hue angle of 66.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1E42A is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 228 42 -
CMYK 0.08 0 0.82 0.11
HSL 66.13º 0.78% 0.53% -
HSV(B) 66.13º 0.82% 0.89% -
XYZ 54.46 69.21 12.68 -
YUV 201.12 38.21 133.62 -
System Red Green Blue C M Y K H S L
Decimal 209 228 42 0.08 0 0.82 0.11 66.13 0.78 0.53
Hex D1 E4 2A 8 0 52 B 42 4E 35
Octal 321 344 52 10 0 122 13 102 116 65
Binary 11010001 11100100 101010 1000 0 1010010 1011 1000010 1001110 110101

Color Harmonies of #D1E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E42A

Black with #D1E42A

Text Example


Text Example

White with #D1E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E42A; }

 p { color: rgb(209,228,42); }

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

background-color css

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

 a { background-color: rgb(209,228,42); }

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

border-color css

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

 span { border-color: rgb(209,228,42); }

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