Html Css Color HEX #D4EB73 Mindaro

📋 copy color: '#D4EB73'

red 212 ◦ green 235 ◦ blue 115

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

Shades of Mindaro #D4EB73

Tints of Mindaro #D4EB73

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 37.72%
G = 41.81%
B = 20.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D4EB73 (or 0xD4EB73) is known color: Mindaro. HEX triplet: D4, EB and 73. RGB value is (212,235,115). Sum of RGB (Red+Green+Blue) = 212+235+115=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB73 is #2B148C. Grayscale: #D6D6D6. Windows color (decimal): -2823309 or 7597012. OLE color: 7597012.

HSL color Cylindrical-coordinate representation of color #D4EB73: hue angle of 71.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4EB73 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 115 -
CMYK 0.10 0 0.51 0.08
HSL 71.5º 0.75% 0.69% -
HSV(B) 71.5º 0.51% 0.92% -
XYZ 59.95 74.65 27.47 -
YUV 214.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 212 235 115 0.10 0 0.51 0.08 71.5 0.75 0.69
Hex D4 EB 73 A 0 33 8 48 4B 45
Octal 324 353 163 12 0 63 10 110 113 105
Binary 11010100 11101011 1110011 1010 0 110011 1000 1001000 1001011 1000101

Color Harmonies of #D4EB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB73

Black with #D4EB73

Text Example


Text Example

White with #D4EB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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