Html Css Color HEX #D1E073 Mindaro

📋 copy color: '#D1E073'

red 209 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #D1E073

Tints of Mindaro #D1E073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.99%

R = 38.14%
G = 40.88%
B = 20.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D1E073 (or 0xD1E073) is known color: Mindaro. HEX triplet: D1, E0 and 73. RGB value is (209,224,115). Sum of RGB (Red+Green+Blue) = 209+224+115=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E073 is #2E1F8C. Grayscale: #CFCFCF. Windows color (decimal): -3022733 or 7594193. OLE color: 7594193.

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

Color convert

RGB 209 224 115 -
CMYK 0.07 0 0.49 0.12
HSL 68.26º 0.64% 0.66% -
HSV(B) 68.26º 0.49% 0.88% -
XYZ 56.04 68.1 26.41 -
YUV 207.09 76.03 129.36 -
System Red Green Blue C M Y K H S L
Decimal 209 224 115 0.07 0 0.49 0.12 68.26 0.64 0.66
Hex D1 E0 73 7 0 31 C 44 40 42
Octal 321 340 163 7 0 61 14 104 100 102
Binary 11010001 11100000 1110011 111 0 110001 1100 1000100 1000000 1000010

Color Harmonies of #D1E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E073

Black with #D1E073

Text Example


Text Example

White with #D1E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E073; }

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

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

background-color css

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

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

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

border-color css

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

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

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