Html Css Color HEX #D1EA71 Mindaro

📋 copy color: '#D1EA71'

red 209 ◦ green 234 ◦ blue 113

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

Shades of Mindaro #D1EA71

Tints of Mindaro #D1EA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.32%

R = 37.59%
G = 42.09%
B = 20.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#D1EA71 (or 0xD1EA71) is known color: Mindaro. HEX triplet: D1, EA and 71. RGB value is (209,234,113). Sum of RGB (Red+Green+Blue) = 209+234+113=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA71 is #2E158E. Grayscale: #D5D5D5. Windows color (decimal): -3020175 or 7465681. OLE color: 7465681.

HSL color Cylindrical-coordinate representation of color #D1EA71: hue angle of 72.4º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1EA71 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 234 113 -
CMYK 0.11 0 0.52 0.08
HSL 72.4º 0.74% 0.68% -
HSV(B) 72.4º 0.52% 0.92% -
XYZ 58.7 73.59 26.73 -
YUV 212.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 209 234 113 0.11 0 0.52 0.08 72.4 0.74 0.68
Hex D1 EA 71 B 0 34 8 48 4A 44
Octal 321 352 161 13 0 64 10 110 112 104
Binary 11010001 11101010 1110001 1011 0 110100 1000 1001000 1001010 1000100

Color Harmonies of #D1EA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA71

Black with #D1EA71

Text Example


Text Example

White with #D1EA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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