Html Css Color HEX #D4EA76 Mindaro

📋 copy color: '#D4EA76'

red 212 ◦ green 234 ◦ blue 118

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

Shades of Mindaro #D4EA76

Tints of Mindaro #D4EA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.92%

R = 37.59%
G = 41.49%
B = 20.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#D4EA76 (or 0xD4EA76) is known color: Mindaro. HEX triplet: D4, EA and 76. RGB value is (212,234,118). Sum of RGB (Red+Green+Blue) = 212+234+118=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA76 is #2B1589. Grayscale: #D6D6D6. Windows color (decimal): -2823562 or 7793364. OLE color: 7793364.

HSL color Cylindrical-coordinate representation of color #D4EA76: hue angle of 71.38º degrees, saturation: 0.73, 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 #D4EA76 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 118 -
CMYK 0.09 0 0.50 0.08
HSL 71.38º 0.73% 0.69% -
HSV(B) 71.38º 0.5% 0.92% -
XYZ 59.84 74.15 28.3 -
YUV 214.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 212 234 118 0.09 0 0.50 0.08 71.38 0.73 0.69
Hex D4 EA 76 9 0 32 8 47 49 45
Octal 324 352 166 11 0 62 10 107 111 105
Binary 11010100 11101010 1110110 1001 0 110010 1000 1000111 1001001 1000101

Color Harmonies of #D4EA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EA76

Black with #D4EA76

Text Example


Text Example

White with #D4EA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EA76; }

 p { color: rgb(212,234,118); }

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

background-color css

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

 a { background-color: rgb(212,234,118); }

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

border-color css

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

 span { border-color: rgb(212,234,118); }

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