Html Css Color HEX #D4ED78 Mindaro

📋 copy color: '#D4ED78'

red 212 ◦ green 237 ◦ blue 120

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

Shades of Mindaro #D4ED78

Tints of Mindaro #D4ED78

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

 BLUE value IS 120 (47.27% from 255) = 21.09%

R = 37.26%
G = 41.65%
B = 21.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#D4ED78 (or 0xD4ED78) is known color: Mindaro. HEX triplet: D4, ED and 78. RGB value is (212,237,120). Sum of RGB (Red+Green+Blue) = 212+237+120=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4ED78 is #2B1287. Grayscale: #D8D8D8. Windows color (decimal): -2822792 or 7925204. OLE color: 7925204.

HSL color Cylindrical-coordinate representation of color #D4ED78: hue angle of 72.82º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4ED78 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 120 -
CMYK 0.11 0 0.49 0.07
HSL 72.82º 0.76% 0.7% -
HSV(B) 72.82º 0.49% 0.93% -
XYZ 60.83 75.92 29.22 -
YUV 216.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 212 237 120 0.11 0 0.49 0.07 72.82 0.76 0.7
Hex D4 ED 78 B 0 31 7 49 4C 46
Octal 324 355 170 13 0 61 7 111 114 106
Binary 11010100 11101101 1111000 1011 0 110001 111 1001001 1001100 1000110

Color Harmonies of #D4ED78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ED78

Black with #D4ED78

Text Example


Text Example

White with #D4ED78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ED78; }

 p { color: rgb(212,237,120); }

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

background-color css

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

 a { background-color: rgb(212,237,120); }

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

border-color css

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

 span { border-color: rgb(212,237,120); }

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