Html Css Color HEX #D1EF5D Mindaro

📋 copy color: '#D1EF5D'

red 209 ◦ green 239 ◦ blue 93

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

Shades of Mindaro #D1EF5D

Tints of Mindaro #D1EF5D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

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

R = 38.63%
G = 44.18%
B = 17.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#D1EF5D (or 0xD1EF5D) is known color: Mindaro. HEX triplet: D1, EF and 5D. RGB value is (209,239,93). Sum of RGB (Red+Green+Blue) = 209+239+93=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF5D is #2E10A2. Grayscale: #D5D5D5. Windows color (decimal): -3018915 or 6156241. OLE color: 6156241.

HSL color Cylindrical-coordinate representation of color #D1EF5D: hue angle of 72.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1EF5D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 93 -
CMYK 0.13 0 0.61 0.06
HSL 72.33º 0.82% 0.65% -
HSV(B) 72.33º 0.61% 0.94% -
XYZ 59.14 76.08 21.92 -
YUV 213.39 60.06 124.87 -
System Red Green Blue C M Y K H S L
Decimal 209 239 93 0.13 0 0.61 0.06 72.33 0.82 0.65
Hex D1 EF 5D D 0 3D 6 48 52 41
Octal 321 357 135 15 0 75 6 110 122 101
Binary 11010001 11101111 1011101 1101 0 111101 110 1001000 1010010 1000001

Color Harmonies of #D1EF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EF5D

Black with #D1EF5D

Text Example


Text Example

White with #D1EF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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