Html Css Color HEX #D4EB7C Mindaro

📋 copy color: '#D4EB7C'

red 212 ◦ green 235 ◦ blue 124

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

Shades of Mindaro #D4EB7C

Tints of Mindaro #D4EB7C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.16%

 BLUE value IS 124 (48.83% from 255) = 21.72%

R = 37.13%
G = 41.16%
B = 21.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#D4EB7C (or 0xD4EB7C) is known color: Mindaro. HEX triplet: D4, EB and 7C. RGB value is (212,235,124). Sum of RGB (Red+Green+Blue) = 212+235+124=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB7C is #2B1483. Grayscale: #D7D7D7. Windows color (decimal): -2823300 or 8186836. OLE color: 8186836.

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

Color convert

RGB 212 235 124 -
CMYK 0.10 0 0.47 0.08
HSL 72.43º 0.74% 0.7% -
HSV(B) 72.43º 0.47% 0.92% -
XYZ 60.5 74.87 30.33 -
YUV 215.47 76.38 125.53 -
System Red Green Blue C M Y K H S L
Decimal 212 235 124 0.10 0 0.47 0.08 72.43 0.74 0.7
Hex D4 EB 7C A 0 2F 8 48 4A 46
Octal 324 353 174 12 0 57 10 110 112 106
Binary 11010100 11101011 1111100 1010 0 101111 1000 1001000 1001010 1000110

Color Harmonies of #D4EB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB7C

Black with #D4EB7C

Text Example


Text Example

White with #D4EB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB7C; }

 p { color: rgb(212,235,124); }

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

background-color css

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

 a { background-color: rgb(212,235,124); }

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

border-color css

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

 span { border-color: rgb(212,235,124); }

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