Html Css Color HEX #D4E06D Mindaro

📋 copy color: '#D4E06D'

red 212 ◦ green 224 ◦ blue 109

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

Shades of Mindaro #D4E06D

Tints of Mindaro #D4E06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20%

R = 38.9%
G = 41.1%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#D4E06D (or 0xD4E06D) is known color: Mindaro. HEX triplet: D4, E0 and 6D. RGB value is (212,224,109). Sum of RGB (Red+Green+Blue) = 212+224+109=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E06D is #2B1F92. Grayscale: #CFCFCF. Windows color (decimal): -2826131 or 7200980. OLE color: 7200980.

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

Color convert

RGB 212 224 109 -
CMYK 0.05 0 0.51 0.12
HSL 66.26º 0.65% 0.65% -
HSV(B) 66.26º 0.51% 0.88% -
XYZ 56.57 68.41 24.69 -
YUV 207.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 212 224 109 0.05 0 0.51 0.12 66.26 0.65 0.65
Hex D4 E0 6D 5 0 33 C 42 41 41
Octal 324 340 155 5 0 63 14 102 101 101
Binary 11010100 11100000 1101101 101 0 110011 1100 1000010 1000001 1000001

Color Harmonies of #D4E06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E06D

Black with #D4E06D

Text Example


Text Example

White with #D4E06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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