Html Css Color HEX #D4EB5D Mindaro

📋 copy color: '#D4EB5D'

red 212 ◦ green 235 ◦ blue 93

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

Shades of Mindaro #D4EB5D

Tints of Mindaro #D4EB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.22%

R = 39.26%
G = 43.52%
B = 17.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#D4EB5D (or 0xD4EB5D) is known color: Mindaro. HEX triplet: D4, EB and 5D. RGB value is (212,235,93). Sum of RGB (Red+Green+Blue) = 212+235+93=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB5D is #2B14A2. Grayscale: #D4D4D4. Windows color (decimal): -2823331 or 6155220. OLE color: 6155220.

HSL color Cylindrical-coordinate representation of color #D4EB5D: hue angle of 69.72º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4EB5D is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 93 -
CMYK 0.10 0 0.60 0.08
HSL 69.72º 0.78% 0.64% -
HSV(B) 69.72º 0.6% 0.92% -
XYZ 58.84 74.2 21.58 -
YUV 211.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 212 235 93 0.10 0 0.60 0.08 69.72 0.78 0.64
Hex D4 EB 5D A 0 3C 8 46 4E 40
Octal 324 353 135 12 0 74 10 106 116 100
Binary 11010100 11101011 1011101 1010 0 111100 1000 1000110 1001110 1000000

Color Harmonies of #D4EB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB5D

Black with #D4EB5D

Text Example


Text Example

White with #D4EB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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