Html Css Color HEX #D4EC5E Mindaro

📋 copy color: '#D4EC5E'

red 212 ◦ green 236 ◦ blue 94

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

Shades of Mindaro #D4EC5E

Tints of Mindaro #D4EC5E

RGB

 RED value IS 212 (83.2% from 255) = 39.11%

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

 BLUE value IS 94 (37.11% from 255) = 17.34%

R = 39.11%
G = 43.54%
B = 17.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D4EC5E (or 0xD4EC5E) is known color: Mindaro. HEX triplet: D4, EC and 5E. RGB value is (212,236,94). Sum of RGB (Red+Green+Blue) = 212+236+94=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EC5E is #2B13A1. Grayscale: #D5D5D5. Windows color (decimal): -2823074 or 6221012. OLE color: 6221012.

HSL color Cylindrical-coordinate representation of color #D4EC5E: hue angle of 70.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4EC5E is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 236 94 -
CMYK 0.10 0 0.60 0.07
HSL 70.14º 0.79% 0.65% -
HSV(B) 70.14º 0.6% 0.93% -
XYZ 59.17 74.8 21.91 -
YUV 212.64 61.05 127.55 -
System Red Green Blue C M Y K H S L
Decimal 212 236 94 0.10 0 0.60 0.07 70.14 0.79 0.65
Hex D4 EC 5E A 0 3C 7 46 4F 41
Octal 324 354 136 12 0 74 7 106 117 101
Binary 11010100 11101100 1011110 1010 0 111100 111 1000110 1001111 1000001

Color Harmonies of #D4EC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EC5E

Black with #D4EC5E

Text Example


Text Example

White with #D4EC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EC5E; }

 p { color: rgb(212,236,94); }

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

background-color css

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

 a { background-color: rgb(212,236,94); }

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

border-color css

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

 span { border-color: rgb(212,236,94); }

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