Html Css Color HEX #D1E11C Pear

📋 copy color: '#D1E11C'

red 209 ◦ green 225 ◦ blue 28

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

Shades of Pear #D1E11C

Tints of Pear #D1E11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.06%

R = 45.24%
G = 48.7%
B = 6.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#D1E11C (or 0xD1E11C) is known color: Pear. HEX triplet: D1, E1 and 1C. RGB value is (209,225,28). Sum of RGB (Red+Green+Blue) = 209+225+28=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E11C is #2E1EE3. Grayscale: #C6C6C6. Windows color (decimal): -3022564 or 1892817. OLE color: 1892817.

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

Color convert

RGB 209 225 28 -
CMYK 0.07 0 0.88 0.12
HSL 64.87º 0.78% 0.5% -
HSV(B) 64.87º 0.88% 0.88% -
XYZ 53.43 67.49 11.31 -
YUV 197.76 32.2 136.02 -
System Red Green Blue C M Y K H S L
Decimal 209 225 28 0.07 0 0.88 0.12 64.87 0.78 0.5
Hex D1 E1 1C 7 0 58 C 41 4E 32
Octal 321 341 34 7 0 130 14 101 116 62
Binary 11010001 11100001 11100 111 0 1011000 1100 1000001 1001110 110010

Color Harmonies of #D1E11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E11C

Black with #D1E11C

Text Example


Text Example

White with #D1E11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E11C; }

 p { color: rgb(209,225,28); }

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

background-color css

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

 a { background-color: rgb(209,225,28); }

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

border-color css

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

 span { border-color: rgb(209,225,28); }

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