Html Css Color HEX #D1EA74 Mindaro

📋 copy color: '#D1EA74'

red 209 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #D1EA74

Tints of Mindaro #D1EA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.75%

R = 37.39%
G = 41.86%
B = 20.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#D1EA74 (or 0xD1EA74) is known color: Mindaro. HEX triplet: D1, EA and 74. RGB value is (209,234,116). Sum of RGB (Red+Green+Blue) = 209+234+116=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA74 is #2E158B. Grayscale: #D5D5D5. Windows color (decimal): -3020172 or 7662289. OLE color: 7662289.

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

Color convert

RGB 209 234 116 -
CMYK 0.11 0 0.50 0.08
HSL 72.71º 0.74% 0.69% -
HSV(B) 72.71º 0.5% 0.92% -
XYZ 58.87 73.66 27.64 -
YUV 213.07 73.22 125.09 -
System Red Green Blue C M Y K H S L
Decimal 209 234 116 0.11 0 0.50 0.08 72.71 0.74 0.69
Hex D1 EA 74 B 0 32 8 49 4A 45
Octal 321 352 164 13 0 62 10 111 112 105
Binary 11010001 11101010 1110100 1011 0 110010 1000 1001001 1001010 1000101

Color Harmonies of #D1EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA74

Black with #D1EA74

Text Example


Text Example

White with #D1EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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