Html Css Color HEX #D4EC6B Mindaro

📋 copy color: '#D4EC6B'

red 212 ◦ green 236 ◦ blue 107

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

Shades of Mindaro #D4EC6B

Tints of Mindaro #D4EC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

 BLUE value IS 107 (42.19% from 255) = 19.28%

R = 38.2%
G = 42.52%
B = 19.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D4EC6B (or 0xD4EC6B) is known color: Mindaro. HEX triplet: D4, EC and 6B. RGB value is (212,236,107). Sum of RGB (Red+Green+Blue) = 212+236+107=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EC6B is #2B1394. Grayscale: #D6D6D6. Windows color (decimal): -2823061 or 7072980. OLE color: 7072980.

HSL color Cylindrical-coordinate representation of color #D4EC6B: hue angle of 71.16º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4EC6B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 236 107 -
CMYK 0.10 0 0.55 0.07
HSL 71.16º 0.77% 0.67% -
HSV(B) 71.16º 0.55% 0.93% -
XYZ 59.8 75.05 25.24 -
YUV 214.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 212 236 107 0.10 0 0.55 0.07 71.16 0.77 0.67
Hex D4 EC 6B A 0 37 7 47 4D 43
Octal 324 354 153 12 0 67 7 107 115 103
Binary 11010100 11101100 1101011 1010 0 110111 111 1000111 1001101 1000011

Color Harmonies of #D4EC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EC6B

Black with #D4EC6B

Text Example


Text Example

White with #D4EC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EC6B; }

 p { color: rgb(212,236,107); }

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

background-color css

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

 a { background-color: rgb(212,236,107); }

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

border-color css

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

 span { border-color: rgb(212,236,107); }

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