Html Css Color HEX #D4ED72 Mindaro

📋 copy color: '#D4ED72'

red 212 ◦ green 237 ◦ blue 114

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

Shades of Mindaro #D4ED72

Tints of Mindaro #D4ED72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 37.66%
G = 42.1%
B = 20.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#D4ED72 (or 0xD4ED72) is known color: Mindaro. HEX triplet: D4, ED and 72. RGB value is (212,237,114). Sum of RGB (Red+Green+Blue) = 212+237+114=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4ED72 is #2B128D. Grayscale: #D7D7D7. Windows color (decimal): -2822798 or 7531988. OLE color: 7531988.

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

Color convert

RGB 212 237 114 -
CMYK 0.11 0 0.52 0.07
HSL 72.2º 0.77% 0.69% -
HSV(B) 72.2º 0.52% 0.93% -
XYZ 60.47 75.78 27.36 -
YUV 215.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 212 237 114 0.11 0 0.52 0.07 72.2 0.77 0.69
Hex D4 ED 72 B 0 34 7 48 4D 45
Octal 324 355 162 13 0 64 7 110 115 105
Binary 11010100 11101101 1110010 1011 0 110100 111 1001000 1001101 1000101

Color Harmonies of #D4ED72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ED72

Black with #D4ED72

Text Example


Text Example

White with #D4ED72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ED72; }

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

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

background-color css

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

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

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

border-color css

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

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

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