Html Css Color HEX #D4E072 Mindaro

📋 copy color: '#D4E072'

red 212 ◦ green 224 ◦ blue 114

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

Shades of Mindaro #D4E072

Tints of Mindaro #D4E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

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

R = 38.55%
G = 40.73%
B = 20.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#D4E072 (or 0xD4E072) is known color: Mindaro. HEX triplet: D4, E0 and 72. RGB value is (212,224,114). Sum of RGB (Red+Green+Blue) = 212+224+114=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E072 is #2B1F8D. Grayscale: #D0D0D0. Windows color (decimal): -2826126 or 7528660. OLE color: 7528660.

HSL color Cylindrical-coordinate representation of color #D4E072: hue angle of 66.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4E072 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 114 -
CMYK 0.05 0 0.49 0.12
HSL 66.55º 0.64% 0.66% -
HSV(B) 66.55º 0.49% 0.88% -
XYZ 56.84 68.52 26.15 -
YUV 207.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 212 224 114 0.05 0 0.49 0.12 66.55 0.64 0.66
Hex D4 E0 72 5 0 31 C 43 40 42
Octal 324 340 162 5 0 61 14 103 100 102
Binary 11010100 11100000 1110010 101 0 110001 1100 1000011 1000000 1000010

Color Harmonies of #D4E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E072

Black with #D4E072

Text Example


Text Example

White with #D4E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E072; }

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

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

background-color css

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

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

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

border-color css

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

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

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