Html Css Color HEX #D1EA6D Mindaro

📋 copy color: '#D1EA6D'

red 209 ◦ green 234 ◦ blue 109

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

Shades of Mindaro #D1EA6D

Tints of Mindaro #D1EA6D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.39%

 BLUE value IS 109 (42.97% from 255) = 19.75%

R = 37.86%
G = 42.39%
B = 19.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#D1EA6D (or 0xD1EA6D) is known color: Mindaro. HEX triplet: D1, EA and 6D. RGB value is (209,234,109). Sum of RGB (Red+Green+Blue) = 209+234+109=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 109 (42.97% from 255 or 19.75% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA6D is #2E1592. Grayscale: #D4D4D4. Windows color (decimal): -3020179 or 7203537. OLE color: 7203537.

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

Color convert

RGB 209 234 109 -
CMYK 0.11 0 0.53 0.08
HSL 72º 0.75% 0.67% -
HSV(B) 72º 0.53% 0.92% -
XYZ 58.48 73.51 25.57 -
YUV 212.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 209 234 109 0.11 0 0.53 0.08 72 0.75 0.67
Hex D1 EA 6D B 0 35 8 48 4B 43
Octal 321 352 155 13 0 65 10 110 113 103
Binary 11010001 11101010 1101101 1011 0 110101 1000 1001000 1001011 1000011

Color Harmonies of #D1EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA6D

Black with #D1EA6D

Text Example


Text Example

White with #D1EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA6D; }

 p { color: rgb(209,234,109); }

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

background-color css

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

 a { background-color: rgb(209,234,109); }

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

border-color css

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

 span { border-color: rgb(209,234,109); }

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