Html Css Color HEX #D1E745 Pear

📋 copy color: '#D1E745'

red 209 ◦ green 231 ◦ blue 69

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

Shades of Pear #D1E745

Tints of Pear #D1E745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

 BLUE value IS 69 (27.34% from 255) = 13.56%

R = 41.06%
G = 45.38%
B = 13.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#D1E745 (or 0xD1E745) is known color: Pear. HEX triplet: D1, E7 and 45. RGB value is (209,231,69). Sum of RGB (Red+Green+Blue) = 209+231+69=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E745 is #2E18BA. Grayscale: #CECECE. Windows color (decimal): -3020987 or 4581329. OLE color: 4581329.

HSL color Cylindrical-coordinate representation of color #D1E745: hue angle of 68.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1E745 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 231 69 -
CMYK 0.10 0 0.70 0.09
HSL 68.15º 0.77% 0.59% -
HSV(B) 68.15º 0.7% 0.91% -
XYZ 55.94 71.14 16.41 -
YUV 205.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 209 231 69 0.10 0 0.70 0.09 68.15 0.77 0.59
Hex D1 E7 45 A 0 46 9 44 4D 3B
Octal 321 347 105 12 0 106 11 104 115 73
Binary 11010001 11100111 1000101 1010 0 1000110 1001 1000100 1001101 111011

Color Harmonies of #D1E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E745

Black with #D1E745

Text Example


Text Example

White with #D1E745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E745; }

 p { color: rgb(209,231,69); }

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

background-color css

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

 a { background-color: rgb(209,231,69); }

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

border-color css

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

 span { border-color: rgb(209,231,69); }

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