Html Css Color HEX #D1EC5D Mindaro

📋 copy color: '#D1EC5D'

red 209 ◦ green 236 ◦ blue 93

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

Shades of Mindaro #D1EC5D

Tints of Mindaro #D1EC5D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

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

R = 38.85%
G = 43.87%
B = 17.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#D1EC5D (or 0xD1EC5D) is known color: Mindaro. HEX triplet: D1, EC and 5D. RGB value is (209,236,93). Sum of RGB (Red+Green+Blue) = 209+236+93=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC5D is #2E13A2. Grayscale: #D4D4D4. Windows color (decimal): -3019683 or 6155473. OLE color: 6155473.

HSL color Cylindrical-coordinate representation of color #D1EC5D: hue angle of 71.33º degrees, saturation: 0.79, 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 #D1EC5D is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 236 93 -
CMYK 0.11 0 0.61 0.07
HSL 71.33º 0.79% 0.65% -
HSV(B) 71.33º 0.61% 0.93% -
XYZ 58.27 74.34 21.63 -
YUV 211.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 209 236 93 0.11 0 0.61 0.07 71.33 0.79 0.65
Hex D1 EC 5D B 0 3D 7 47 4F 41
Octal 321 354 135 13 0 75 7 107 117 101
Binary 11010001 11101100 1011101 1011 0 111101 111 1000111 1001111 1000001

Color Harmonies of #D1EC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EC5D

Black with #D1EC5D

Text Example


Text Example

White with #D1EC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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