Html Css Color HEX #D1E312 Pear

📋 copy color: '#D1E312'

red 209 ◦ green 227 ◦ blue 18

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

Shades of Pear #D1E312

Tints of Pear #D1E312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 46.04%
G = 50%
B = 3.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#D1E312 (or 0xD1E312) is known color: Pear. HEX triplet: D1, E3 and 12. RGB value is (209,227,18). Sum of RGB (Red+Green+Blue) = 209+227+18=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E312 is #2E1CED. Grayscale: #C6C6C6. Windows color (decimal): -3022062 or 1237969. OLE color: 1237969.

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

Color convert

RGB 209 227 18 -
CMYK 0.08 0 0.92 0.11
HSL 65.17º 0.85% 0.48% -
HSV(B) 65.17º 0.92% 0.89% -
XYZ 53.87 68.54 10.96 -
YUV 197.79 26.54 135.99 -
System Red Green Blue C M Y K H S L
Decimal 209 227 18 0.08 0 0.92 0.11 65.17 0.85 0.48
Hex D1 E3 12 8 0 5C B 41 55 30
Octal 321 343 22 10 0 134 13 101 125 60
Binary 11010001 11100011 10010 1000 0 1011100 1011 1000001 1010101 110000

Color Harmonies of #D1E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E312

Black with #D1E312

Text Example


Text Example

White with #D1E312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E312; }

 p { color: rgb(209,227,18); }

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

background-color css

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

 a { background-color: rgb(209,227,18); }

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

border-color css

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

 span { border-color: rgb(209,227,18); }

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