Html Css Color HEX #D4E071 Mindaro

📋 copy color: '#D4E071'

red 212 ◦ green 224 ◦ blue 113

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

Shades of Mindaro #D4E071

Tints of Mindaro #D4E071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.58%

R = 38.62%
G = 40.8%
B = 20.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#D4E071 (or 0xD4E071) is known color: Mindaro. HEX triplet: D4, E0 and 71. RGB value is (212,224,113). Sum of RGB (Red+Green+Blue) = 212+224+113=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E071 is #2B1F8E. Grayscale: #D0D0D0. Windows color (decimal): -2826127 or 7463124. OLE color: 7463124.

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

Color convert

RGB 212 224 113 -
CMYK 0.05 0 0.50 0.12
HSL 66.49º 0.64% 0.66% -
HSV(B) 66.49º 0.5% 0.88% -
XYZ 56.79 68.5 25.85 -
YUV 207.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 212 224 113 0.05 0 0.50 0.12 66.49 0.64 0.66
Hex D4 E0 71 5 0 32 C 42 40 42
Octal 324 340 161 5 0 62 14 102 100 102
Binary 11010100 11100000 1110001 101 0 110010 1100 1000010 1000000 1000010

Color Harmonies of #D4E071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E071

Black with #D4E071

Text Example


Text Example

White with #D4E071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E071; }

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

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

background-color css

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

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

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

border-color css

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

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

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