Html Css Color HEX #D1EA5D Mindaro

📋 copy color: '#D1EA5D'

red 209 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #D1EA5D

Tints of Mindaro #D1EA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.35%

R = 38.99%
G = 43.66%
B = 17.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#D1EA5D (or 0xD1EA5D) is known color: Mindaro. HEX triplet: D1, EA and 5D. RGB value is (209,234,93). Sum of RGB (Red+Green+Blue) = 209+234+93=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 93 (36.72% from 255 or 17.35% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA5D is #2E15A2. Grayscale: #D2D2D2. Windows color (decimal): -3020195 or 6154961. OLE color: 6154961.

HSL color Cylindrical-coordinate representation of color #D1EA5D: hue angle of 70.64º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1EA5D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 234 93 -
CMYK 0.11 0 0.60 0.08
HSL 70.64º 0.77% 0.64% -
HSV(B) 70.64º 0.6% 0.92% -
XYZ 57.69 73.19 21.44 -
YUV 210.45 61.72 126.96 -
System Red Green Blue C M Y K H S L
Decimal 209 234 93 0.11 0 0.60 0.08 70.64 0.77 0.64
Hex D1 EA 5D B 0 3C 8 47 4D 40
Octal 321 352 135 13 0 74 10 107 115 100
Binary 11010001 11101010 1011101 1011 0 111100 1000 1000111 1001101 1000000

Color Harmonies of #D1EA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA5D

Black with #D1EA5D

Text Example


Text Example

White with #D1EA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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