Html Css Color HEX #D4E073 Mindaro

📋 copy color: '#D4E073'

red 212 ◦ green 224 ◦ blue 115

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

Shades of Mindaro #D4E073

Tints of Mindaro #D4E073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 38.48%
G = 40.65%
B = 20.87%

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

#D4E073 (or 0xD4E073) is known color: Mindaro. HEX triplet: D4, E0 and 73. RGB value is (212,224,115). Sum of RGB (Red+Green+Blue) = 212+224+115=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E073 is #2B1F8C. Grayscale: #D0D0D0. Windows color (decimal): -2826125 or 7594196. OLE color: 7594196.

HSL color Cylindrical-coordinate representation of color #D4E073: hue angle of 66.61º 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 #D4E073 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 115 -
CMYK 0.05 0 0.49 0.12
HSL 66.61º 0.64% 0.66% -
HSV(B) 66.61º 0.49% 0.88% -
XYZ 56.9 68.55 26.45 -
YUV 207.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 212 224 115 0.05 0 0.49 0.12 66.61 0.64 0.66
Hex D4 E0 73 5 0 31 C 43 40 42
Octal 324 340 163 5 0 61 14 103 100 102
Binary 11010100 11100000 1110011 101 0 110001 1100 1000011 1000000 1000010

Color Harmonies of #D4E073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E073

Black with #D4E073

Text Example


Text Example

White with #D4E073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E073; }

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

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

background-color css

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

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

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

border-color css

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

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

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