Html Css Color HEX #D1EE5D Mindaro

📋 copy color: '#D1EE5D'

red 209 ◦ green 238 ◦ blue 93

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

Shades of Mindaro #D1EE5D

Tints of Mindaro #D1EE5D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

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

R = 38.7%
G = 44.07%
B = 17.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#D1EE5D (or 0xD1EE5D) is known color: Mindaro. HEX triplet: D1, EE and 5D. RGB value is (209,238,93). Sum of RGB (Red+Green+Blue) = 209+238+93=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EE5D is #2E11A2. Grayscale: #D5D5D5. Windows color (decimal): -3019171 or 6155985. OLE color: 6155985.

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

Color convert

RGB 209 238 93 -
CMYK 0.12 0 0.61 0.07
HSL 72º 0.81% 0.65% -
HSV(B) 72º 0.61% 0.93% -
XYZ 58.84 75.49 21.83 -
YUV 212.8 60.39 125.29 -
System Red Green Blue C M Y K H S L
Decimal 209 238 93 0.12 0 0.61 0.07 72 0.81 0.65
Hex D1 EE 5D C 0 3D 7 48 51 41
Octal 321 356 135 14 0 75 7 110 121 101
Binary 11010001 11101110 1011101 1100 0 111101 111 1001000 1010001 1000001

Color Harmonies of #D1EE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EE5D

Black with #D1EE5D

Text Example


Text Example

White with #D1EE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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