Html Css Color HEX #D1ED5E Mindaro

📋 copy color: '#D1ED5E'

red 209 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #D1ED5E

Tints of Mindaro #D1ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 94 (37.11% from 255) = 17.41%

R = 38.7%
G = 43.89%
B = 17.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D1ED5E (or 0xD1ED5E) is known color: Mindaro. HEX triplet: D1, ED and 5E. RGB value is (209,237,94). Sum of RGB (Red+Green+Blue) = 209+237+94=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED5E is #2E12A1. Grayscale: #D4D4D4. Windows color (decimal): -3019426 or 6221265. OLE color: 6221265.

HSL color Cylindrical-coordinate representation of color #D1ED5E: hue angle of 71.75º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1ED5E is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 94 -
CMYK 0.12 0 0.60 0.07
HSL 71.75º 0.8% 0.65% -
HSV(B) 71.75º 0.6% 0.93% -
XYZ 58.6 74.93 21.96 -
YUV 212.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 209 237 94 0.12 0 0.60 0.07 71.75 0.8 0.65
Hex D1 ED 5E C 0 3C 7 48 50 41
Octal 321 355 136 14 0 74 7 110 120 101
Binary 11010001 11101101 1011110 1100 0 111100 111 1001000 1010000 1000001

Color Harmonies of #D1ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED5E

Black with #D1ED5E

Text Example


Text Example

White with #D1ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED5E; }

 p { color: rgb(209,237,94); }

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

background-color css

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

 a { background-color: rgb(209,237,94); }

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

border-color css

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

 span { border-color: rgb(209,237,94); }

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