Html Css Color HEX #D1E042 Pear

📋 copy color: '#D1E042'

red 209 ◦ green 224 ◦ blue 66

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

Shades of Pear #D1E042

Tints of Pear #D1E042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.89%

 BLUE value IS 66 (26.17% from 255) = 13.23%

R = 41.88%
G = 44.89%
B = 13.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D1E042 (or 0xD1E042) is known color: Pear. HEX triplet: D1, E0 and 42. RGB value is (209,224,66). Sum of RGB (Red+Green+Blue) = 209+224+66=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E042 is #2E1FBD. Grayscale: #CACACA. Windows color (decimal): -3022782 or 4382929. OLE color: 4382929.

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

Color convert

RGB 209 224 66 -
CMYK 0.07 0 0.71 0.12
HSL 65.7º 0.72% 0.57% -
HSV(B) 65.7º 0.71% 0.88% -
XYZ 53.93 67.26 15.29 -
YUV 201.5 51.53 133.35 -
System Red Green Blue C M Y K H S L
Decimal 209 224 66 0.07 0 0.71 0.12 65.7 0.72 0.57
Hex D1 E0 42 7 0 47 C 42 48 39
Octal 321 340 102 7 0 107 14 102 110 71
Binary 11010001 11100000 1000010 111 0 1000111 1100 1000010 1001000 111001

Color Harmonies of #D1E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E042

Black with #D1E042

Text Example


Text Example

White with #D1E042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E042; }

 p { color: rgb(209,224,66); }

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

background-color css

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

 a { background-color: rgb(209,224,66); }

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

border-color css

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

 span { border-color: rgb(209,224,66); }

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