Html Css Color HEX #D4EC5F Mindaro

📋 copy color: '#D4EC5F'

red 212 ◦ green 236 ◦ blue 95

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

Shades of Mindaro #D4EC5F

Tints of Mindaro #D4EC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.5%

R = 39.04%
G = 43.46%
B = 17.5%

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

#D4EC5F (or 0xD4EC5F) is known color: Mindaro. HEX triplet: D4, EC and 5F. RGB value is (212,236,95). Sum of RGB (Red+Green+Blue) = 212+236+95=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EC5F is #2B13A0. Grayscale: #D5D5D5. Windows color (decimal): -2823073 or 6286548. OLE color: 6286548.

HSL color Cylindrical-coordinate representation of color #D4EC5F: hue angle of 70.21º 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 #D4EC5F is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 236 95 -
CMYK 0.10 0 0.60 0.07
HSL 70.21º 0.79% 0.65% -
HSV(B) 70.21º 0.6% 0.93% -
XYZ 59.21 74.81 22.15 -
YUV 212.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 212 236 95 0.10 0 0.60 0.07 70.21 0.79 0.65
Hex D4 EC 5F A 0 3C 7 46 4F 41
Octal 324 354 137 12 0 74 7 106 117 101
Binary 11010100 11101100 1011111 1010 0 111100 111 1000110 1001111 1000001

Color Harmonies of #D4EC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EC5F

Black with #D4EC5F

Text Example


Text Example

White with #D4EC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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