Html Css Color HEX #D3EC6A Mindaro

📋 copy color: '#D3EC6A'

red 211 ◦ green 236 ◦ blue 106

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

Shades of Mindaro #D3EC6A

Tints of Mindaro #D3EC6A

RGB

 RED value IS 211 (82.81% from 255) = 38.16%

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 38.16%
G = 42.68%
B = 19.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#D3EC6A (or 0xD3EC6A) is known color: Mindaro. HEX triplet: D3, EC and 6A. RGB value is (211,236,106). Sum of RGB (Red+Green+Blue) = 211+236+106=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #D3EC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EC6A is #2C1395. Grayscale: #D6D6D6. Windows color (decimal): -2888598 or 7007443. OLE color: 7007443.

HSL color Cylindrical-coordinate representation of color #D3EC6A: hue angle of 71.54º 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 #D3EC6A is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 236 106 -
CMYK 0.11 0 0.55 0.07
HSL 71.54º 0.77% 0.67% -
HSV(B) 71.54º 0.55% 0.93% -
XYZ 59.46 74.88 24.96 -
YUV 213.71 67.22 126.07 -
System Red Green Blue C M Y K H S L
Decimal 211 236 106 0.11 0 0.55 0.07 71.54 0.77 0.67
Hex D3 EC 6A B 0 37 7 48 4D 43
Octal 323 354 152 13 0 67 7 110 115 103
Binary 11010011 11101100 1101010 1011 0 110111 111 1001000 1001101 1000011

Color Harmonies of #D3EC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EC6A

Black with #D3EC6A

Text Example


Text Example

White with #D3EC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EC6A; }

 p { color: rgb(211,236,106); }

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

background-color css

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

 a { background-color: rgb(211,236,106); }

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

border-color css

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

 span { border-color: rgb(211,236,106); }

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